#BCBF88

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

Shades of Pine Glade #BCBF88

Tints of Pine Glade #BCBF88

Color information

#BCBF88 (or 0xBCBF88) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 88. RGB value is (188,191,136). Sum of RGB (Red+Green+Blue) = 188+191+136=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF88 is #434077. Grayscale: #B8B8B8. Windows color (decimal): -4407416 or 8961980. OLE color: 8961980.

HSL color Cylindrical-coordinate representation of color #BCBF88: hue angle of 63.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBF88 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB188191136-
CMYK0.0200.290.25
HSL63.27º30.05%64.12%-
HSV(B)63.27º28.8%74.9%-
XYZ43.8149.7330.58-
YUV183.83101.01130.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 136 (53.52% from 255) = 26.41%
R=36.50%
G=37.09%
B=26.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911360.0200.290.2563.2730.0564.12
HexBCBF88201D193f1e40
Octal2742772102035317736100
Binary1011110010111111100010001001110111001111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF88; }

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

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

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

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

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

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

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

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