Html Css Color HEX #BAB84A Celery

📋 copy color: '#BAB84A'

red 186 ◦ green 184 ◦ blue 74

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

Shades of Celery #BAB84A

Tints of Celery #BAB84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 41.89%
G = 41.44%
B = 16.67%

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

#BAB84A (or 0xBAB84A) is known color: Celery. HEX triplet: BA, B8 and 4A. RGB value is (186,184,74). Sum of RGB (Red+Green+Blue) = 186+184+74=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB84A is #4547B5. Grayscale: #ACACAC. Windows color (decimal): -4540342 or 4896954. OLE color: 4896954.

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

Color convert

RGB 186 184 74 -
CMYK 0 0.01 0.60 0.27
HSL 58.93º 0.45% 0.51% -
HSV(B) 58.93º 0.6% 0.73% -
XYZ 38.63 45.21 13.17 -
YUV 172.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 186 184 74 0 0.01 0.60 0.27 58.93 0.45 0.51
Hex BA B8 4A 0 1 3C 1B 3B 2D 33
Octal 272 270 112 0 1 74 33 73 55 63
Binary 10111010 10111000 1001010 0 1 111100 11011 111011 101101 110011

Color Harmonies of #BAB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB84A

Black with #BAB84A

Text Example


Text Example

White with #BAB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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