#B9DC93

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

Shades of Sprout #B9DC93

Tints of Sprout #B9DC93

Color information

#B9DC93 (or 0xB9DC93) is unknown color: approx Sprout. HEX triplet: B9, DC and 93. RGB value is (185,220,147). Sum of RGB (Red+Green+Blue) = 185+220+147=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC93 is #46236C. Grayscale: #C9C9C9. Windows color (decimal): -4596589 or 9690297. OLE color: 9690297.

HSL color Cylindrical-coordinate representation of color #B9DC93: hue angle of 88.77º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9DC93 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB185220147-
CMYK0.1600.330.14
HSL88.77º51.05%71.96%-
HSV(B)88.77º33.18%86.27%-
XYZ50.8763.6137.2-
YUV201.2197.4116.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=33.51%
G=39.86%
B=26.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201470.1600.330.1488.7751.0571.96
HexB9DC9310021E593348
Octal271334223200411613163110
Binary101110011101110010010011100000100001111010110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC93; }

 p { color: rgb(185,220,147); }

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

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

 a { background-color: rgb(185,220,147); }

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

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

 span { border-color: rgb(185,220,147); }

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