Html Css Color HEX #BAB94F Celery

📋 copy color: '#BAB94F'

red 186 ◦ green 185 ◦ blue 79

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

Shades of Celery #BAB94F

Tints of Celery #BAB94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 41.33%
G = 41.11%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BAB94F (or 0xBAB94F) is known color: Celery. HEX triplet: BA, B9 and 4F. RGB value is (186,185,79). Sum of RGB (Red+Green+Blue) = 186+185+79=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB94F is #4546B0. Grayscale: #ADADAD. Windows color (decimal): -4540081 or 5224890. OLE color: 5224890.

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

Color convert

RGB 186 185 79 -
CMYK 0 0.01 0.58 0.27
HSL 59.44º 0.44% 0.52% -
HSV(B) 59.44º 0.58% 0.73% -
XYZ 39.01 45.7 14.16 -
YUV 173.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 186 185 79 0 0.01 0.58 0.27 59.44 0.44 0.52
Hex BA B9 4F 0 1 3A 1B 3B 2C 34
Octal 272 271 117 0 1 72 33 73 54 64
Binary 10111010 10111001 1001111 0 1 111010 11011 111011 101100 110100

Color Harmonies of #BAB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB94F

Black with #BAB94F

Text Example


Text Example

White with #BAB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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