#B2B580

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

Shades of Pine Glade #B2B580

Tints of Pine Glade #B2B580

Color information

#B2B580 (or 0xB2B580) is unknown color: approx Pine Glade. HEX triplet: B2, B5 and 80. RGB value is (178,181,128). Sum of RGB (Red+Green+Blue) = 178+181+128=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B580 is #4D4A7F. Grayscale: #AEAEAE. Windows color (decimal): -5065344 or 8435122. OLE color: 8435122.

HSL color Cylindrical-coordinate representation of color #B2B580: hue angle of 63.4º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B580 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB178181128-
CMYK0.0200.290.29
HSL63.4º26.37%60.59%-
HSV(B)63.4º29.28%70.98%-
XYZ38.7844.0726.88-
YUV174.06102.01130.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=36.55%
G=37.17%
B=26.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811280.0200.290.2963.426.3760.59
HexB2B580201D1D3f1a3d
Octal262265200203535773275
Binary101100101011010110000000100111011110111111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B580; }

 p { color: rgb(178,181,128); }

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

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

 a { background-color: rgb(178,181,128); }

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

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

 span { border-color: rgb(178,181,128); }

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