#B9D294

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

Shades of Sprout #B9D294

Tints of Sprout #B9D294

Color information

#B9D294 (or 0xB9D294) is unknown color: approx Sprout. HEX triplet: B9, D2 and 94. RGB value is (185,210,148). Sum of RGB (Red+Green+Blue) = 185+210+148=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D294 is #462D6B. Grayscale: #C3C3C3. Windows color (decimal): -4599148 or 9753273. OLE color: 9753273.

HSL color Cylindrical-coordinate representation of color #B9D294: hue angle of 84.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9D294 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB185210148-
CMYK0.1200.300.18
HSL84.19º40.79%70.2%-
HSV(B)84.19º29.52%82.35%-
XYZ48.458.5536.77-
YUV195.46101.22120.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=34.07%
G=38.67%
B=27.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101480.1200.300.1884.1940.7970.2
HexB9D294C01E12542946
Octal271322224140362212451106
Binary10111001110100101001010011000111101001010101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D294; }

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

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

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

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

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

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

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

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