#BFD17E

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

Shades of Deco #BFD17E

Tints of Deco #BFD17E

Color information

#BFD17E (or 0xBFD17E) is unknown color: approx Deco. HEX triplet: BF, D1 and 7E. RGB value is (191,209,126). Sum of RGB (Red+Green+Blue) = 191+209+126=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD17E is #402E81. Grayscale: #C2C2C2. Windows color (decimal): -4206210 or 8311231. OLE color: 8311231.

HSL color Cylindrical-coordinate representation of color #BFD17E: hue angle of 73.01º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD17E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB191209126-
CMYK0.0900.400.18
HSL73.01º47.43%65.69%-
HSV(B)73.01º39.71%81.96%-
XYZ48.0558.1828.44-
YUV194.1689.54125.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=36.31%
G=39.73%
B=23.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091260.0900.400.1873.0147.4365.69
HexBFD17E902812492f42
Octal277321176110502211157102
Binary10111111110100011111110100101010001001010010011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD17E; }

 p { color: rgb(191,209,126); }

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

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

 a { background-color: rgb(191,209,126); }

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

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

 span { border-color: rgb(191,209,126); }

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