#BFC588

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

Shades of Pine Glade #BFC588

Tints of Pine Glade #BFC588

Color information

#BFC588 (or 0xBFC588) is unknown color: approx Pine Glade. HEX triplet: BF, C5 and 88. RGB value is (191,197,136). Sum of RGB (Red+Green+Blue) = 191+197+136=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC588 is #403A77. Grayscale: #BCBCBC. Windows color (decimal): -4209272 or 8963519. OLE color: 8963519.

HSL color Cylindrical-coordinate representation of color #BFC588: hue angle of 65.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC588 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB191197136-
CMYK0.0300.310.23
HSL65.9º34.46%65.29%-
HSV(B)65.9º30.96%77.25%-
XYZ45.952.7931.06-
YUV188.2598.51129.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=36.45%
G=37.60%
B=25.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971360.0300.310.2365.934.4665.29
HexBFC588301F17422241
Octal27730521030372710242101
Binary101111111100010110001000110111111011110000101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC588; }

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

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

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

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

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

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

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

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