Html Css Color HEX #BAB941 Celery

📋 copy color: '#BAB941'

red 186 ◦ green 185 ◦ blue 65

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

Shades of Celery #BAB941

Tints of Celery #BAB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 42.66%
G = 42.43%
B = 14.91%

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

#BAB941 (or 0xBAB941) is known color: Celery. HEX triplet: BA, B9 and 41. RGB value is (186,185,65). Sum of RGB (Red+Green+Blue) = 186+185+65=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB941 is #4546BE. Grayscale: #ACACAC. Windows color (decimal): -4540095 or 4307386. OLE color: 4307386.

HSL color Cylindrical-coordinate representation of color #BAB941: 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 #BAB941 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 65 -
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.55 45.52 11.76 -
YUV 171.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 186 185 65 0 0.01 0.65 0.27 59.5 0.48 0.49
Hex BA B9 41 0 1 41 1B 3C 30 31
Octal 272 271 101 0 1 101 33 74 60 61
Binary 10111010 10111001 1000001 0 1 1000001 11011 111100 110000 110001

Color Harmonies of #BAB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB941

Black with #BAB941

Text Example


Text Example

White with #BAB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB941; }

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

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

background-color css

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

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

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

border-color css

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

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

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