#BFC488

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

Shades of Pine Glade #BFC488

Tints of Pine Glade #BFC488

Color information

#BFC488 (or 0xBFC488) is unknown color: approx Pine Glade. HEX triplet: BF, C4 and 88. RGB value is (191,196,136). Sum of RGB (Red+Green+Blue) = 191+196+136=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC488 is #403B77. Grayscale: #BBBBBB. Windows color (decimal): -4209528 or 8963263. OLE color: 8963263.

HSL color Cylindrical-coordinate representation of color #BFC488: hue angle of 65º 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 #BFC488 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB191196136-
CMYK0.0300.310.23
HSL65º33.71%65.1%-
HSV(B)65º30.61%76.86%-
XYZ45.6752.3330.99-
YUV187.6698.84130.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=36.52%
G=37.48%
B=26.00%

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
Decimal1911961360.0300.310.236533.7165.1
HexBFC488301F17412241
Octal27730421030372710142101
Binary101111111100010010001000110111111011110000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC488; }

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

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

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

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

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

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

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

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