#bfd37c

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

Shades of Deco #BFD37C

Tints of Deco #BFD37C

Color information

#BFD37C (or 0xBFD37C) is unknown color: approx Deco. HEX triplet: BF, D3 and 7C. RGB value is (191,211,124). Sum of RGB (Red+Green+Blue) = 191+211+124=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD37C is #402C83. Grayscale: #C3C3C3. Windows color (decimal): -4205700 or 8180671. OLE color: 8180671.

HSL color Cylindrical-coordinate representation of color #BFD37C: hue angle of 73.79º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD37C is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB191211124-
CMYK0.0900.410.17
HSL73.79º49.71%65.69%-
HSV(B)73.79º41.23%82.75%-
XYZ48.4259.1227.93-
YUV195.187.87125.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=36.31%
G=40.11%
B=23.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111240.0900.410.1773.7949.7165.69
HexBFD37C9029114a3242
Octal277323174110512111262102
Binary10111111110100111111100100101010011000110010101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd37c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfd37c; }

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

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

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

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

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

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

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

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