Html Css Color HEX #BAB940 Celery

📋 copy color: '#BAB940'

red 186 ◦ green 185 ◦ blue 64

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

Shades of Celery #BAB940

Tints of Celery #BAB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 42.76%
G = 42.53%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB940 (or 0xBAB940) is known color: Celery. HEX triplet: BA, B9 and 40. RGB value is (186,185,64). Sum of RGB (Red+Green+Blue) = 186+185+64=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB940 is #4546BF. Grayscale: #ABABAB. Windows color (decimal): -4540096 or 4241850. OLE color: 4241850.

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

Color convert

RGB 186 185 64 -
CMYK 0 0.01 0.66 0.27
HSL 59.51º 0.49% 0.49% -
HSV(B) 59.51º 0.66% 0.73% -
XYZ 38.52 45.51 11.6 -
YUV 171.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 186 185 64 0 0.01 0.66 0.27 59.51 0.49 0.49
Hex BA B9 40 0 1 42 1B 3C 31 31
Octal 272 271 100 0 1 102 33 74 61 61
Binary 10111010 10111001 1000000 0 1 1000010 11011 111100 110001 110001

Color Harmonies of #BAB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB940

Black with #BAB940

Text Example


Text Example

White with #BAB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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