#B6B882

Color #B6B882 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B6B882

Tints of Pine Glade #B6B882

Color information

#B6B882 (or 0xB6B882) is unknown color: approx Pine Glade. HEX triplet: B6, B8 and 82. RGB value is (182,184,130). Sum of RGB (Red+Green+Blue) = 182+184+130=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B882 is #49477D. Grayscale: #B1B1B1. Windows color (decimal): -4802430 or 8566966. OLE color: 8566966.

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

Color convert

RGB182184130-
CMYK0.0100.290.28
HSL62.22º27.55%61.57%-
HSV(B)62.22º29.35%72.16%-
XYZ40.4645.8427.83-
YUV177.25101.34131.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=36.69%
G=37.10%
B=26.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821841300.0100.290.2862.2227.5561.57
HexB6B882101D1C3e1c3e
Octal266270202103534763476
Binary10110110101110001000001010111011110011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B882; }

 p { color: rgb(182,184,130); }

 H1.HeaderClassName
 {
   color: #B6B882;
 }
 .AnyTagClassName
 {
   color: #B6B882;
 }
</style>
background-color css

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

 a { background-color: rgb(182,184,130); }

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

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

 span { border-color: rgb(182,184,130); }

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