Html Css Color HEX #BAB979 Pine Glade

📋 copy color: '#BAB979'

red 186 ◦ green 185 ◦ blue 121

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

Shades of Pine Glade #BAB979

Tints of Pine Glade #BAB979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 37.8%
G = 37.6%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB979 (or 0xBAB979) is known color: Pine Glade. HEX triplet: BA, B9 and 79. RGB value is (186,185,121). Sum of RGB (Red+Green+Blue) = 186+185+121=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB979 is #454686. Grayscale: #B2B2B2. Windows color (decimal): -4540039 or 7977402. OLE color: 7977402.

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

Color convert

RGB 186 185 121 -
CMYK 0 0.01 0.35 0.27
HSL 59.08º 0.32% 0.6% -
HSV(B) 59.08º 0.35% 0.73% -
XYZ 41.05 46.52 24.9 -
YUV 178 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 186 185 121 0 0.01 0.35 0.27 59.08 0.32 0.6
Hex BA B9 79 0 1 23 1B 3B 20 3C
Octal 272 271 171 0 1 43 33 73 40 74
Binary 10111010 10111001 1111001 0 1 100011 11011 111011 100000 111100

Color Harmonies of #BAB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB979

Black with #BAB979

Text Example


Text Example

White with #BAB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB979; }

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

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

background-color css

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

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

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

border-color css

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

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

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