#BFD59A

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

Shades of Sprout #BFD59A

Tints of Sprout #BFD59A

Color information

#BFD59A (or 0xBFD59A) is unknown color: approx Sprout. HEX triplet: BF, D5 and 9A. RGB value is (191,213,154). Sum of RGB (Red+Green+Blue) = 191+213+154=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD59A is #402A65. Grayscale: #C7C7C7. Windows color (decimal): -4205158 or 10147263. OLE color: 10147263.

HSL color Cylindrical-coordinate representation of color #BFD59A: hue angle of 82.37º degrees, saturation: 0.41, 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 #BFD59A is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB191213154-
CMYK0.1000.280.16
HSL82.37º41.26%71.96%-
HSV(B)82.37º27.7%83.53%-
XYZ51.116139.65-
YUV199.7102.21121.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=34.23%
G=38.17%
B=27.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131540.1000.280.1682.3741.2671.96
HexBFD59AA01C10522948
Octal277325232120342012251110
Binary10111111110101011001101010100111001000010100101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD59A; }

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

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

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

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

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

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

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

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