#B2B784

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

Shades of Pine Glade #B2B784

Tints of Pine Glade #B2B784

Color information

#B2B784 (or 0xB2B784) is unknown color: approx Pine Glade. HEX triplet: B2, B7 and 84. RGB value is (178,183,132). Sum of RGB (Red+Green+Blue) = 178+183+132=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B784 is #4D487B. Grayscale: #AFAFAF. Windows color (decimal): -5064828 or 8697778. OLE color: 8697778.

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

Color convert

RGB178183132-
CMYK0.0300.280.28
HSL65.88º26.15%61.76%-
HSV(B)65.88º27.87%71.76%-
XYZ39.464528.44-
YUV175.69103.34129.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=36.11%
G=37.12%
B=26.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831320.0300.280.2865.8826.1561.76
HexB2B784301C1C421a3e
Octal2622672043034341023276
Binary1011001010110111100001001101110011100100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B784; }

 p { color: rgb(178,183,132); }

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

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

 a { background-color: rgb(178,183,132); }

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

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

 span { border-color: rgb(178,183,132); }

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