#B2D28E

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

Shades of Sprout #B2D28E

Tints of Sprout #B2D28E

Color information

#B2D28E (or 0xB2D28E) is unknown color: approx Sprout. HEX triplet: B2, D2 and 8E. RGB value is (178,210,142). Sum of RGB (Red+Green+Blue) = 178+210+142=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D28E is #4D2D71. Grayscale: #C0C0C0. Windows color (decimal): -5057906 or 9360050. OLE color: 9360050.

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

Color convert

RGB178210142-
CMYK0.1500.320.18
HSL88.24º43.04%69.02%-
HSV(B)88.24º32.38%82.35%-
XYZ46.2957.5134.25-
YUV192.6899.4117.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=33.58%
G=39.62%
B=26.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782101420.1500.320.1888.2443.0469.02
HexB2D28EF02012582b45
Octal262322216170402213053105
Binary101100101101001010001110111101000001001010110001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D28E; }

 p { color: rgb(178,210,142); }

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

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

 a { background-color: rgb(178,210,142); }

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

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

 span { border-color: rgb(178,210,142); }

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