Html Css Color HEX #BAB942 Celery

📋 copy color: '#BAB942'

red 186 ◦ green 185 ◦ blue 66

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

Shades of Celery #BAB942

Tints of Celery #BAB942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.1%

R = 42.56%
G = 42.33%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB942 (or 0xBAB942) is known color: Celery. HEX triplet: BA, B9 and 42. RGB value is (186,185,66). Sum of RGB (Red+Green+Blue) = 186+185+66=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB942 is #4546BD. Grayscale: #ACACAC. Windows color (decimal): -4540094 or 4372922. OLE color: 4372922.

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

Color convert

RGB 186 185 66 -
CMYK 0 0.01 0.65 0.27
HSL 59.5º 0.48% 0.49% -
HSV(B) 59.5º 0.65% 0.73% -
XYZ 38.58 45.53 11.91 -
YUV 171.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 186 185 66 0 0.01 0.65 0.27 59.5 0.48 0.49
Hex BA B9 42 0 1 41 1B 3C 30 31
Octal 272 271 102 0 1 101 33 74 60 61
Binary 10111010 10111001 1000010 0 1 1000001 11011 111100 110000 110001

Color Harmonies of #BAB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB942

Black with #BAB942

Text Example


Text Example

White with #BAB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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