#BFC272

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

Shades of Pine Glade #BFC272

Tints of Pine Glade #BFC272

Color information

#BFC272 (or 0xBFC272) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 72. RGB value is (191,194,114). Sum of RGB (Red+Green+Blue) = 191+194+114=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC272 is #403D8D. Grayscale: #B8B8B8. Windows color (decimal): -4210062 or 7520959. OLE color: 7520959.

HSL color Cylindrical-coordinate representation of color #BFC272: hue angle of 62.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC272 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB191194114-
CMYK0.0200.410.24
HSL62.25º39.6%60.39%-
HSV(B)62.25º41.24%76.08%-
XYZ43.8150.8723.43-
YUV183.9888.51133-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=38.28%
G=38.88%
B=22.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941140.0200.410.2462.2539.660.39
HexBFC2722029183e283c
Octal277302162205130765074
Binary1011111111000010111001010010100111000111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC272; }

 p { color: rgb(191,194,114); }

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

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

 a { background-color: rgb(191,194,114); }

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

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

 span { border-color: rgb(191,194,114); }

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