#B7BC88

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

Shades of Pine Glade #B7BC88

Tints of Pine Glade #B7BC88

Color information

#B7BC88 (or 0xB7BC88) is unknown color: approx Pine Glade. HEX triplet: B7, BC and 88. RGB value is (183,188,136). Sum of RGB (Red+Green+Blue) = 183+188+136=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC88 is #484377. Grayscale: #B4B4B4. Windows color (decimal): -4735864 or 8961207. OLE color: 8961207.

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

Color convert

RGB183188136-
CMYK0.0300.280.26
HSL65.77º27.96%63.53%-
HSV(B)65.77º27.66%73.73%-
XYZ41.9647.8130.31-
YUV180.58102.84129.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=36.09%
G=37.08%
B=26.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881360.0300.280.2665.7727.9663.53
HexB7BC88301C1A421c40
Octal26727421030343210234100
Binary10110111101111001000100011011100110101000010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC88; }

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

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

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

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

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

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

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

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