#B9E194

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

Shades of Sprout #B9E194

Tints of Sprout #B9E194

Color information

#B9E194 (or 0xB9E194) is unknown color: approx Sprout. HEX triplet: B9, E1 and 94. RGB value is (185,225,148). Sum of RGB (Red+Green+Blue) = 185+225+148=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E194 is #461E6B. Grayscale: #CCCCCC. Windows color (decimal): -4595308 or 9757113. OLE color: 9757113.

HSL color Cylindrical-coordinate representation of color #B9E194: hue angle of 91.17º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9E194 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB185225148-
CMYK0.1800.340.12
HSL91.17º56.2%73.14%-
HSV(B)91.17º34.22%88.24%-
XYZ52.2866.338.06-
YUV204.2696.25114.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 225 (88.28% from 255) = 40.32%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=33.15%
G=40.32%
B=26.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852251480.1800.340.1291.1756.273.14
HexB9E19412022C5b3849
Octal271341224220421413370111
Binary101110011110000110010100100100100010110010110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E194; }

 p { color: rgb(185,225,148); }

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

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

 a { background-color: rgb(185,225,148); }

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

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

 span { border-color: rgb(185,225,148); }

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