Html Css Color HEX #BAB54A Celery

📋 copy color: '#BAB54A'

red 186 ◦ green 181 ◦ blue 74

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

Shades of Celery #BAB54A

Tints of Celery #BAB54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

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

R = 42.18%
G = 41.04%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB54A (or 0xBAB54A) is known color: Celery. HEX triplet: BA, B5 and 4A. RGB value is (186,181,74). Sum of RGB (Red+Green+Blue) = 186+181+74=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB54A is #454AB5. Grayscale: #AAAAAA. Windows color (decimal): -4541110 or 4896186. OLE color: 4896186.

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

Color convert

RGB 186 181 74 -
CMYK 0 0.03 0.60 0.27
HSL 57.32º 0.45% 0.51% -
HSV(B) 57.32º 0.6% 0.73% -
XYZ 38.01 43.98 12.96 -
YUV 170.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 186 181 74 0 0.03 0.60 0.27 57.32 0.45 0.51
Hex BA B5 4A 0 3 3C 1B 39 2D 33
Octal 272 265 112 0 3 74 33 71 55 63
Binary 10111010 10110101 1001010 0 11 111100 11011 111001 101101 110011

Color Harmonies of #BAB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB54A

Black with #BAB54A

Text Example


Text Example

White with #BAB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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