Html Css Color HEX #BABA4C Celery

📋 copy color: '#BABA4C'

red 186 ◦ green 186 ◦ blue 76

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

Shades of Celery #BABA4C

Tints of Celery #BABA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 41.52%
G = 41.52%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BABA4C (or 0xBABA4C) is known color: Celery. HEX triplet: BA, BA and 4C. RGB value is (186,186,76). Sum of RGB (Red+Green+Blue) = 186+186+76=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA4C is #4545B3. Grayscale: #ADADAD. Windows color (decimal): -4539828 or 5028538. OLE color: 5028538.

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

Color convert

RGB 186 186 76 -
CMYK 0 0 0.59 0.27
HSL 60º 0.44% 0.51% -
HSV(B) 60º 0.59% 0.73% -
XYZ 39.11 46.08 13.67 -
YUV 173.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 186 186 76 0 0 0.59 0.27 60 0.44 0.51
Hex BA BA 4C 0 0 3B 1B 3C 2C 33
Octal 272 272 114 0 0 73 33 74 54 63
Binary 10111010 10111010 1001100 0 0 111011 11011 111100 101100 110011

Color Harmonies of #BABA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA4C

Black with #BABA4C

Text Example


Text Example

White with #BABA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA4C; }

 p { color: rgb(186,186,76); }

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

background-color css

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

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

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

border-color css

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

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

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