Html Css Color HEX #BAB848 Celery

📋 copy color: '#BAB848'

red 186 ◦ green 184 ◦ blue 72

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

Shades of Celery #BAB848

Tints of Celery #BAB848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 42.08%
G = 41.63%
B = 16.29%

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

#BAB848 (or 0xBAB848) is known color: Celery. HEX triplet: BA, B8 and 48. RGB value is (186,184,72). Sum of RGB (Red+Green+Blue) = 186+184+72=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB848 is #4547B7. Grayscale: #ACACAC. Windows color (decimal): -4540344 or 4765882. OLE color: 4765882.

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

Color convert

RGB 186 184 72 -
CMYK 0 0.01 0.61 0.27
HSL 58.95º 0.45% 0.51% -
HSV(B) 58.95º 0.61% 0.73% -
XYZ 38.56 45.19 12.82 -
YUV 171.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 186 184 72 0 0.01 0.61 0.27 58.95 0.45 0.51
Hex BA B8 48 0 1 3D 1B 3B 2D 33
Octal 272 270 110 0 1 75 33 73 55 63
Binary 10111010 10111000 1001000 0 1 111101 11011 111011 101101 110011

Color Harmonies of #BAB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB848

Black with #BAB848

Text Example


Text Example

White with #BAB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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