#B2CD91

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

Shades of Sprout #B2CD91

Tints of Sprout #B2CD91

Color information

#B2CD91 (or 0xB2CD91) is unknown color: approx Sprout. HEX triplet: B2, CD and 91. RGB value is (178,205,145). Sum of RGB (Red+Green+Blue) = 178+205+145=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CD91 is #4D326E. Grayscale: #BEBEBE. Windows color (decimal): -5059183 or 9555378. OLE color: 9555378.

HSL color Cylindrical-coordinate representation of color #B2CD91: hue angle of 87º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2CD91 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB178205145-
CMYK0.1300.290.20
HSL87º37.5%68.63%-
HSV(B)87º29.27%80.39%-
XYZ45.355.1735.05-
YUV190.09102.55119.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=33.71%
G=38.83%
B=27.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051450.1300.290.208737.568.63
HexB2CD91D01D14572645
Octal262315221150352412746105
Binary10110010110011011001000111010111011010010101111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD91; }

 p { color: rgb(178,205,145); }

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

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

 a { background-color: rgb(178,205,145); }

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

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

 span { border-color: rgb(178,205,145); }

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