#B9D595

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

Shades of Sprout #B9D595

Tints of Sprout #B9D595

Color information

#B9D595 (or 0xB9D595) is unknown color: approx Sprout. HEX triplet: B9, D5 and 95. RGB value is (185,213,149). Sum of RGB (Red+Green+Blue) = 185+213+149=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D595 is #462A6A. Grayscale: #C5C5C5. Windows color (decimal): -4598379 or 9819577. OLE color: 9819577.

HSL color Cylindrical-coordinate representation of color #B9D595: hue angle of 86.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9D595 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB185213149-
CMYK0.1300.300.16
HSL86.25º43.24%70.98%-
HSV(B)86.25º30.05%83.53%-
XYZ49.2360.0737.43-
YUV197.33100.72119.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=33.82%
G=38.94%
B=27.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131490.1300.300.1686.2543.2470.98
HexB9D595D01E10562b47
Octal271325225150362012653107
Binary10111001110101011001010111010111101000010101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D595; }

 p { color: rgb(185,213,149); }

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

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

 a { background-color: rgb(185,213,149); }

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

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

 span { border-color: rgb(185,213,149); }

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