#B0B57F

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

Shades of Pine Glade #B0B57F

Tints of Pine Glade #B0B57F

Color information

#B0B57F (or 0xB0B57F) is unknown color: approx Pine Glade. HEX triplet: B0, B5 and 7F. RGB value is (176,181,127). Sum of RGB (Red+Green+Blue) = 176+181+127=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B57F is #4F4A80. Grayscale: #ADADAD. Windows color (decimal): -5196417 or 8369584. OLE color: 8369584.

HSL color Cylindrical-coordinate representation of color #B0B57F: hue angle of 65.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B57F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB176181127-
CMYK0.0300.300.29
HSL65.56º26.73%60.39%-
HSV(B)65.56º29.83%70.98%-
XYZ38.2643.8126.52-
YUV173.35101.84129.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 127 (50% from 255) = 26.24%
R=36.36%
G=37.40%
B=26.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811270.0300.300.2965.5626.7360.39
HexB0B57F301E1D421b3c
Octal2602651773036351023374
Binary101100001011010111111111101111011101100001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B57F; }

 p { color: rgb(176,181,127); }

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

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

 a { background-color: rgb(176,181,127); }

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

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

 span { border-color: rgb(176,181,127); }

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