Html Css Color HEX #BAB84B Celery

📋 copy color: '#BAB84B'

red 186 ◦ green 184 ◦ blue 75

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

Shades of Celery #BAB84B

Tints of Celery #BAB84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.85%

R = 41.8%
G = 41.35%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB84B (or 0xBAB84B) is known color: Celery. HEX triplet: BA, B8 and 4B. RGB value is (186,184,75). Sum of RGB (Red+Green+Blue) = 186+184+75=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB84B is #4547B4. Grayscale: #ACACAC. Windows color (decimal): -4540341 or 4962490. OLE color: 4962490.

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

Color convert

RGB 186 184 75 -
CMYK 0 0.01 0.60 0.27
HSL 58.92º 0.45% 0.51% -
HSV(B) 58.92º 0.6% 0.73% -
XYZ 38.66 45.23 13.35 -
YUV 172.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 186 184 75 0 0.01 0.60 0.27 58.92 0.45 0.51
Hex BA B8 4B 0 1 3C 1B 3B 2D 33
Octal 272 270 113 0 1 74 33 73 55 63
Binary 10111010 10111000 1001011 0 1 111100 11011 111011 101101 110011

Color Harmonies of #BAB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB84B

Black with #BAB84B

Text Example


Text Example

White with #BAB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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