Html Css Color HEX #BAB94D Celery

📋 copy color: '#BAB94D'

red 186 ◦ green 185 ◦ blue 77

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

Shades of Celery #BAB94D

Tints of Celery #BAB94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 41.52%
G = 41.29%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB94D (or 0xBAB94D) is known color: Celery. HEX triplet: BA, B9 and 4D. RGB value is (186,185,77). Sum of RGB (Red+Green+Blue) = 186+185+77=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB94D is #4546B2. Grayscale: #ADADAD. Windows color (decimal): -4540083 or 5093818. OLE color: 5093818.

HSL color Cylindrical-coordinate representation of color #BAB94D: hue angle of 59.45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB94D is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 77 -
CMYK 0 0.01 0.59 0.27
HSL 59.45º 0.44% 0.52% -
HSV(B) 59.45º 0.59% 0.73% -
XYZ 38.94 45.67 13.78 -
YUV 172.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 186 185 77 0 0.01 0.59 0.27 59.45 0.44 0.52
Hex BA B9 4D 0 1 3B 1B 3B 2C 34
Octal 272 271 115 0 1 73 33 73 54 64
Binary 10111010 10111001 1001101 0 1 111011 11011 111011 101100 110100

Color Harmonies of #BAB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB94D

Black with #BAB94D

Text Example


Text Example

White with #BAB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB94D; }

 p { color: rgb(186,185,77); }

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

background-color css

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

 a { background-color: rgb(186,185,77); }

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

border-color css

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

 span { border-color: rgb(186,185,77); }

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