#BFD79A

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

Shades of Sprout #BFD79A

Tints of Sprout #BFD79A

Color information

#BFD79A (or 0xBFD79A) is unknown color: approx Sprout. HEX triplet: BF, D7 and 9A. RGB value is (191,215,154). Sum of RGB (Red+Green+Blue) = 191+215+154=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD79A is #402865. Grayscale: #C9C9C9. Windows color (decimal): -4204646 or 10147775. OLE color: 10147775.

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

Color convert

RGB191215154-
CMYK0.1100.280.16
HSL83.61º43.26%72.35%-
HSV(B)83.61º28.37%84.31%-
XYZ51.6262.0139.82-
YUV200.87101.55120.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 215 (84.38% from 255) = 38.39%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=34.11%
G=38.39%
B=27.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151540.1100.280.1683.6143.2672.35
HexBFD79AB01C10542b48
Octal277327232130342012453110
Binary10111111110101111001101010110111001000010101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD79A; }

 p { color: rgb(191,215,154); }

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

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

 a { background-color: rgb(191,215,154); }

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

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

 span { border-color: rgb(191,215,154); }

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