Html Css Color HEX #BAB976 Pine Glade

📋 copy color: '#BAB976'

red 186 ◦ green 185 ◦ blue 118

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

Shades of Pine Glade #BAB976

Tints of Pine Glade #BAB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 38.04%
G = 37.83%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB976 (or 0xBAB976) is known color: Pine Glade. HEX triplet: BA, B9 and 76. RGB value is (186,185,118). Sum of RGB (Red+Green+Blue) = 186+185+118=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB976 is #454689. Grayscale: #B1B1B1. Windows color (decimal): -4540042 or 7780794. OLE color: 7780794.

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

Color convert

RGB 186 185 118 -
CMYK 0 0.01 0.37 0.27
HSL 59.12º 0.33% 0.6% -
HSV(B) 59.12º 0.37% 0.73% -
XYZ 40.87 46.45 23.95 -
YUV 177.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 186 185 118 0 0.01 0.37 0.27 59.12 0.33 0.6
Hex BA B9 76 0 1 25 1B 3B 21 3C
Octal 272 271 166 0 1 45 33 73 41 74
Binary 10111010 10111001 1110110 0 1 100101 11011 111011 100001 111100

Color Harmonies of #BAB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB976

Black with #BAB976

Text Example


Text Example

White with #BAB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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