#BFC188

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

Shades of Pine Glade #BFC188

Tints of Pine Glade #BFC188

Color information

#BFC188 (or 0xBFC188) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 88. RGB value is (191,193,136). Sum of RGB (Red+Green+Blue) = 191+193+136=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC188 is #403E77. Grayscale: #BABABA. Windows color (decimal): -4210296 or 8962495. OLE color: 8962495.

HSL color Cylindrical-coordinate representation of color #BFC188: hue angle of 62.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC188 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB191193136-
CMYK0.0100.300.24
HSL62.11º31.49%64.51%-
HSV(B)62.11º29.53%75.69%-
XYZ4550.9930.76-
YUV185.999.84131.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=36.73%
G=37.12%
B=26.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931360.0100.300.2462.1131.4964.51
HexBFC188101E183e1f41
Octal2773012101036307637101
Binary101111111100000110001000101111011000111110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC188; }

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

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

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

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

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

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

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

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