#b9d293

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

Shades of Sprout #B9D293

Tints of Sprout #B9D293

Color information

#B9D293 (or 0xB9D293) is unknown color: approx Sprout. HEX triplet: B9, D2 and 93. RGB value is (185,210,147). Sum of RGB (Red+Green+Blue) = 185+210+147=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D293 is #462D6C. Grayscale: #C3C3C3. Windows color (decimal): -4599149 or 9687737. OLE color: 9687737.

HSL color Cylindrical-coordinate representation of color #B9D293: hue angle of 83.81º 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 #B9D293 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB185210147-
CMYK0.1200.300.18
HSL83.81º41.18%70%-
HSV(B)83.81º30%82.35%-
XYZ48.3258.5136.35-
YUV195.34100.72120.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 210 (82.42% from 255) = 38.75%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=34.13%
G=38.75%
B=27.12%

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
Decimal1852101470.1200.300.1883.8141.1870
HexB9D293C01E12542946
Octal271322223140362212451106
Binary10111001110100101001001111000111101001010101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9d293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9d293; }

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

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

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

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

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

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

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

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