#BFD59C

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

Shades of Sprout #BFD59C

Tints of Sprout #BFD59C

Color information

#BFD59C (or 0xBFD59C) is unknown color: approx Sprout. HEX triplet: BF, D5 and 9C. RGB value is (191,213,156). Sum of RGB (Red+Green+Blue) = 191+213+156=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD59C is #402A63. Grayscale: #C8C8C8. Windows color (decimal): -4205156 or 10278335. OLE color: 10278335.

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

Color convert

RGB191213156-
CMYK0.1000.270.16
HSL83.16º40.43%72.35%-
HSV(B)83.16º26.76%83.53%-
XYZ51.2861.0740.54-
YUV199.92103.21121.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=34.11%
G=38.04%
B=27.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131560.1000.270.1683.1640.4372.35
HexBFD59CA01B10532848
Octal277325234120332012350110
Binary10111111110101011001110010100110111000010100111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD59C; }

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

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

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

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

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

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

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

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