Html Css Color HEX #BAB849 Celery

📋 copy color: '#BAB849'

red 186 ◦ green 184 ◦ blue 73

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

Shades of Celery #BAB849

Tints of Celery #BAB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 41.99%
G = 41.53%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB849 (or 0xBAB849) is known color: Celery. HEX triplet: BA, B8 and 49. RGB value is (186,184,73). Sum of RGB (Red+Green+Blue) = 186+184+73=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB849 is #4547B6. Grayscale: #ACACAC. Windows color (decimal): -4540343 or 4831418. OLE color: 4831418.

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

Color convert

RGB 186 184 73 -
CMYK 0 0.01 0.61 0.27
HSL 58.94º 0.45% 0.51% -
HSV(B) 58.94º 0.61% 0.73% -
XYZ 38.59 45.2 12.99 -
YUV 171.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 186 184 73 0 0.01 0.61 0.27 58.94 0.45 0.51
Hex BA B8 49 0 1 3D 1B 3B 2D 33
Octal 272 270 111 0 1 75 33 73 55 63
Binary 10111010 10111000 1001001 0 1 111101 11011 111011 101101 110011

Color Harmonies of #BAB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB849

Black with #BAB849

Text Example


Text Example

White with #BAB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB849; }

 p { color: rgb(186,184,73); }

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

background-color css

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

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

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

border-color css

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

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

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