Html Css Color HEX #BAB984 Pine Glade

📋 copy color: '#BAB984'

red 186 ◦ green 185 ◦ blue 132

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

Shades of Pine Glade #BAB984

Tints of Pine Glade #BAB984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 36.98%
G = 36.78%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAB984 (or 0xBAB984) is known color: Pine Glade. HEX triplet: BA, B9 and 84. RGB value is (186,185,132). Sum of RGB (Red+Green+Blue) = 186+185+132=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB984 is #45467B. Grayscale: #B3B3B3. Windows color (decimal): -4540028 or 8698298. OLE color: 8698298.

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

Color convert

RGB 186 185 132 -
CMYK 0 0.01 0.29 0.27
HSL 58.89º 0.28% 0.62% -
HSV(B) 58.89º 0.29% 0.73% -
XYZ 41.76 46.8 28.66 -
YUV 179.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 186 185 132 0 0.01 0.29 0.27 58.89 0.28 0.62
Hex BA B9 84 0 1 1D 1B 3B 1C 3E
Octal 272 271 204 0 1 35 33 73 34 76
Binary 10111010 10111001 10000100 0 1 11101 11011 111011 11100 111110

Color Harmonies of #BAB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB984

Black with #BAB984

Text Example


Text Example

White with #BAB984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB984; }

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

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

background-color css

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

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

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

border-color css

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

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

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