Html Css Color HEX #BAB947 Celery

📋 copy color: '#BAB947'

red 186 ◦ green 185 ◦ blue 71

#BAB947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BAB947

Tints of Celery #BAB947

RGB

 RED value IS 186 (73.05% from 255) = 42.08%

 GREEN value IS 185 (72.66% from 255) = 41.86%

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 42.08%
G = 41.86%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAB947 (or 0xBAB947) is known color: Celery. HEX triplet: BA, B9 and 47. RGB value is (186,185,71). Sum of RGB (Red+Green+Blue) = 186+185+71=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB947 is #4546B8. Grayscale: #ACACAC. Windows color (decimal): -4540089 or 4700602. OLE color: 4700602.

HSL color Cylindrical-coordinate representation of color #BAB947: hue angle of 59.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB947 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 71 -
CMYK 0 0.01 0.62 0.27
HSL 59.48º 0.45% 0.5% -
HSV(B) 59.48º 0.62% 0.73% -
XYZ 38.74 45.59 12.72 -
YUV 172.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 186 185 71 0 0.01 0.62 0.27 59.48 0.45 0.5
Hex BA B9 47 0 1 3E 1B 3B 2D 32
Octal 272 271 107 0 1 76 33 73 55 62
Binary 10111010 10111001 1000111 0 1 111110 11011 111011 101101 110010

Color Harmonies of #BAB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB947

Black with #BAB947

Text Example


Text Example

White with #BAB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB947; }

 p { color: rgb(186,185,71); }

 H1.HeaderClassName
 {
   color: #BAB947;
 }
 .AnyTagClassName
 {
   color: #BAB947;
 }
</style>

background-color css

<style>
 a { background-color: #BAB947; }

 a { background-color: rgb(186,185,71); }

 div.DivClassName
 {
   background-color: #BAB947;
 }
 .BgClassName
 {
   background-color: #BAB947;
 }
</style>

border-color css

<style>
 span { border-color: #BAB947; }

 span { border-color: rgb(186,185,71); }

 td.TdClassName
 {
   border-color: #BAB947;
 }
 .TagClassName
 {
   border-color: #BAB947;
 }
</style>