#B8BC88

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

Shades of Pine Glade #B8BC88

Tints of Pine Glade #B8BC88

Color information

#B8BC88 (or 0xB8BC88) is unknown color: approx Pine Glade. HEX triplet: B8, BC and 88. RGB value is (184,188,136). Sum of RGB (Red+Green+Blue) = 184+188+136=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC88 is #474377. Grayscale: #B5B5B5. Windows color (decimal): -4670328 or 8961208. OLE color: 8961208.

HSL color Cylindrical-coordinate representation of color #B8BC88: hue angle of 64.62º 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 #B8BC88 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB184188136-
CMYK0.0200.280.26
HSL64.62º27.96%63.53%-
HSV(B)64.62º27.66%73.73%-
XYZ42.1947.9330.32-
YUV180.88102.67130.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=36.22%
G=37.01%
B=26.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881360.0200.280.2664.6227.9663.53
HexB8BC88201C1A411c40
Octal27027421020343210134100
Binary10111000101111001000100010011100110101000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC88; }

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

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

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

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

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

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

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

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