#BFD17A

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

Shades of Deco #BFD17A

Tints of Deco #BFD17A

Color information

#BFD17A (or 0xBFD17A) is unknown color: approx Deco. HEX triplet: BF, D1 and 7A. RGB value is (191,209,122). Sum of RGB (Red+Green+Blue) = 191+209+122=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD17A is #402E85. Grayscale: #C2C2C2. Windows color (decimal): -4206214 or 8049087. OLE color: 8049087.

HSL color Cylindrical-coordinate representation of color #BFD17A: hue angle of 72.41º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD17A is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB191209122-
CMYK0.0900.420.18
HSL72.41º48.6%64.9%-
HSV(B)72.41º41.63%81.96%-
XYZ47.858.0827.1-
YUV193.787.54126.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=36.59%
G=40.04%
B=23.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091220.0900.420.1872.4148.664.9
HexBFD17A902A12483141
Octal277321172110522211061101
Binary10111111110100011111010100101010101001010010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD17A; }

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

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

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

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

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

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

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

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