#BFC99F

Color #BFC99F Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BFC99F

Tints of Pale Leaf #BFC99F

Color information

#BFC99F (or 0xBFC99F) is unknown color: approx Pale Leaf. HEX triplet: BF, C9 and 9F. RGB value is (191,201,159). Sum of RGB (Red+Green+Blue) = 191+201+159=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99F is #403660. Grayscale: #C1C1C1. Windows color (decimal): -4208225 or 10471871. OLE color: 10471871.

HSL color Cylindrical-coordinate representation of color #BFC99F: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC99F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB191201159-
CMYK0.0500.210.21
HSL74.29º28%70.59%-
HSV(B)74.29º20.9%78.82%-
XYZ48.6355.3540.92-
YUV193.22108.69126.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=34.66%
G=36.48%
B=28.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011590.0500.210.2174.292870.59
HexBFC99F5015154a1c47
Octal27731123750252511234107
Binary101111111100100110011111101010101101011001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC99F; }

 p { color: rgb(191,201,159); }

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

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

 a { background-color: rgb(191,201,159); }

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

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

 span { border-color: rgb(191,201,159); }

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