#B2CB91

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

Shades of Sprout #B2CB91

Tints of Sprout #B2CB91

Color information

#B2CB91 (or 0xB2CB91) is unknown color: approx Sprout. HEX triplet: B2, CB and 91. RGB value is (178,203,145). Sum of RGB (Red+Green+Blue) = 178+203+145=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB91 is #4D346E. Grayscale: #BDBDBD. Windows color (decimal): -5059695 or 9554866. OLE color: 9554866.

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

Color convert

RGB178203145-
CMYK0.1200.290.20
HSL85.86º35.8%68.24%-
HSV(B)85.86º28.57%79.61%-
XYZ44.8354.2234.89-
YUV188.91103.22120.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=33.84%
G=38.59%
B=27.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782031450.1200.290.2085.8635.868.24
HexB2CB91C01D14562444
Octal262313221140352412644104
Binary10110010110010111001000111000111011010010101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB91; }

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

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

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

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

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

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

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

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