#B7BC85

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

Shades of Pine Glade #B7BC85

Tints of Pine Glade #B7BC85

Color information

#B7BC85 (or 0xB7BC85) is unknown color: approx Pine Glade. HEX triplet: B7, BC and 85. RGB value is (183,188,133). Sum of RGB (Red+Green+Blue) = 183+188+133=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC85 is #48437A. Grayscale: #B4B4B4. Windows color (decimal): -4735867 or 8764599. OLE color: 8764599.

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

Color convert

RGB183188133-
CMYK0.0300.290.26
HSL65.45º29.1%62.94%-
HSV(B)65.45º29.26%73.73%-
XYZ41.7547.7329.2-
YUV180.24101.34129.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=36.31%
G=37.30%
B=26.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881330.0300.290.2665.4529.162.94
HexB7BC85301D1A411d3f
Octal2672742053035321013577
Binary1011011110111100100001011101110111010100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC85; }

 p { color: rgb(183,188,133); }

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

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

 a { background-color: rgb(183,188,133); }

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

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

 span { border-color: rgb(183,188,133); }

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