#B3B882

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

Shades of Pine Glade #B3B882

Tints of Pine Glade #B3B882

Color information

#B3B882 (or 0xB3B882) is unknown color: approx Pine Glade. HEX triplet: B3, B8 and 82. RGB value is (179,184,130). Sum of RGB (Red+Green+Blue) = 179+184+130=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B882 is #4C477D. Grayscale: #B0B0B0. Windows color (decimal): -4999038 or 8566963. OLE color: 8566963.

HSL color Cylindrical-coordinate representation of color #B3B882: hue angle of 65.56º 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 #B3B882 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB179184130-
CMYK0.0300.290.28
HSL65.56º27.55%61.57%-
HSV(B)65.56º29.35%72.16%-
XYZ39.7645.4827.8-
YUV176.35101.84129.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=36.31%
G=37.32%
B=26.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841300.0300.290.2865.5627.5561.57
HexB3B882301D1C421c3e
Octal2632702023035341023476
Binary1011001110111000100000101101110111100100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B882; }

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

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

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

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

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

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

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

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