#BFD57C

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

Shades of Deco #BFD57C

Tints of Deco #BFD57C

Color information

#BFD57C (or 0xBFD57C) is unknown color: approx Deco. HEX triplet: BF, D5 and 7C. RGB value is (191,213,124). Sum of RGB (Red+Green+Blue) = 191+213+124=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD57C is #402A83. Grayscale: #C4C4C4. Windows color (decimal): -4205188 or 8181183. OLE color: 8181183.

HSL color Cylindrical-coordinate representation of color #BFD57C: hue angle of 74.83º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD57C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB191213124-
CMYK0.1000.420.16
HSL74.83º51.45%66.08%-
HSV(B)74.83º41.78%83.53%-
XYZ48.9260.1228.09-
YUV196.2887.21124.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 124 (48.83% from 255) = 23.48%
R=36.17%
G=40.34%
B=23.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131240.1000.420.1674.8351.4566.08
HexBFD57CA02A104b3342
Octal277325174120522011363102
Binary10111111110101011111100101001010101000010010111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD57C; }

 p { color: rgb(191,213,124); }

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

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

 a { background-color: rgb(191,213,124); }

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

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

 span { border-color: rgb(191,213,124); }

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