Html Css Color HEX #BAB64A Celery

📋 copy color: '#BAB64A'

red 186 ◦ green 182 ◦ blue 74

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

Shades of Celery #BAB64A

Tints of Celery #BAB64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

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

R = 42.08%
G = 41.18%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB64A (or 0xBAB64A) is known color: Celery. HEX triplet: BA, B6 and 4A. RGB value is (186,182,74). Sum of RGB (Red+Green+Blue) = 186+182+74=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB64A is #4549B5. Grayscale: #ABABAB. Windows color (decimal): -4540854 or 4896442. OLE color: 4896442.

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

Color convert

RGB 186 182 74 -
CMYK 0 0.02 0.60 0.27
HSL 57.86º 0.45% 0.51% -
HSV(B) 57.86º 0.6% 0.73% -
XYZ 38.21 44.39 13.03 -
YUV 170.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 186 182 74 0 0.02 0.60 0.27 57.86 0.45 0.51
Hex BA B6 4A 0 2 3C 1B 3A 2D 33
Octal 272 266 112 0 2 74 33 72 55 63
Binary 10111010 10110110 1001010 0 10 111100 11011 111010 101101 110011

Color Harmonies of #BAB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB64A

Black with #BAB64A

Text Example


Text Example

White with #BAB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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