#B2D190

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

Shades of Sprout #B2D190

Tints of Sprout #B2D190

Color information

#B2D190 (or 0xB2D190) is unknown color: approx Sprout. HEX triplet: B2, D1 and 90. RGB value is (178,209,144). Sum of RGB (Red+Green+Blue) = 178+209+144=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D190 is #4D2E6F. Grayscale: #C0C0C0. Windows color (decimal): -5058160 or 9490866. OLE color: 9490866.

HSL color Cylindrical-coordinate representation of color #B2D190: hue angle of 88.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2D190 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB178209144-
CMYK0.1500.310.18
HSL88.62º41.4%69.22%-
HSV(B)88.62º31.1%81.96%-
XYZ46.1957.0834.97-
YUV192.32100.73117.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=33.52%
G=39.36%
B=27.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091440.1500.310.1888.6241.469.22
HexB2D190F01F12592945
Octal262321220170372213151105
Binary10110010110100011001000011110111111001010110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D190; }

 p { color: rgb(178,209,144); }

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

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

 a { background-color: rgb(178,209,144); }

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

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

 span { border-color: rgb(178,209,144); }

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