#B1B782

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

Shades of Pine Glade #B1B782

Tints of Pine Glade #B1B782

Color information

#B1B782 (or 0xB1B782) is unknown color: approx Pine Glade. HEX triplet: B1, B7 and 82. RGB value is (177,183,130). Sum of RGB (Red+Green+Blue) = 177+183+130=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B782 is #4E487D. Grayscale: #AFAFAF. Windows color (decimal): -5130366 or 8566705. OLE color: 8566705.

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

Color convert

RGB177183130-
CMYK0.0300.290.28
HSL66.79º26.9%61.37%-
HSV(B)66.79º28.96%71.76%-
XYZ39.0944.8327.71-
YUV175.16102.51129.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=36.12%
G=37.35%
B=26.53%

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
Decimal1771831300.0300.290.2866.7926.961.37
HexB1B782301D1C431b3d
Octal2612672023035341033375
Binary1011000110110111100000101101110111100100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B782; }

 p { color: rgb(177,183,130); }

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

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

 a { background-color: rgb(177,183,130); }

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

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

 span { border-color: rgb(177,183,130); }

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