#B5BC70

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

Shades of Pine Glade #B5BC70

Tints of Pine Glade #B5BC70

Color information

#B5BC70 (or 0xB5BC70) is unknown color: approx Pine Glade. HEX triplet: B5, BC and 70. RGB value is (181,188,112). Sum of RGB (Red+Green+Blue) = 181+188+112=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC70 is #4A438F. Grayscale: #B1B1B1. Windows color (decimal): -4866960 or 7388341. OLE color: 7388341.

HSL color Cylindrical-coordinate representation of color #B5BC70: hue angle of 65.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5BC70 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB181188112-
CMYK0.0400.400.26
HSL65.53º36.19%58.82%-
HSV(B)65.53º40.43%73.73%-
XYZ39.9646.9622.29-
YUV177.2491.18130.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=37.63%
G=39.09%
B=23.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881120.0400.400.2665.5336.1958.82
HexB5BC7040281A42243b
Octal2652741604050321024473
Binary101101011011110011100001000101000110101000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC70; }

 p { color: rgb(181,188,112); }

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

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

 a { background-color: rgb(181,188,112); }

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

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

 span { border-color: rgb(181,188,112); }

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