#B0B57D

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

Shades of Pine Glade #B0B57D

Tints of Pine Glade #B0B57D

Color information

#B0B57D (or 0xB0B57D) is unknown color: approx Pine Glade. HEX triplet: B0, B5 and 7D. RGB value is (176,181,125). Sum of RGB (Red+Green+Blue) = 176+181+125=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B57D is #4F4A82. Grayscale: #ADADAD. Windows color (decimal): -5196419 or 8238512. OLE color: 8238512.

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

Color convert

RGB176181125-
CMYK0.0300.310.29
HSL65.36º27.45%60%-
HSV(B)65.36º30.94%70.98%-
XYZ38.1343.7625.84-
YUV173.12100.84130.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=36.51%
G=37.55%
B=25.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811250.0300.310.2965.3627.4560
HexB0B57D301F1D411b3c
Octal2602651753037351013374
Binary101100001011010111111011101111111101100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B57D; }

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

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

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

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

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

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

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

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