#B1CD96

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

Shades of Sprout #B1CD96

Tints of Sprout #B1CD96

Color information

#B1CD96 (or 0xB1CD96) is unknown color: approx Sprout. HEX triplet: B1, CD and 96. RGB value is (177,205,150). Sum of RGB (Red+Green+Blue) = 177+205+150=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD96 is #4E3269. Grayscale: #BEBEBE. Windows color (decimal): -5124714 or 9883057. OLE color: 9883057.

HSL color Cylindrical-coordinate representation of color #B1CD96: hue angle of 90.55º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CD96 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB177205150-
CMYK0.1400.270.20
HSL90.55º35.48%69.61%-
HSV(B)90.55º26.83%80.39%-
XYZ45.4755.2137.11-
YUV190.36105.22118.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=33.27%
G=38.53%
B=28.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051500.1400.270.2090.5535.4869.61
HexB1CD96E01B145b2346
Octal261315226160332413343106
Binary10110001110011011001011011100110111010010110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD96; }

 p { color: rgb(177,205,150); }

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

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

 a { background-color: rgb(177,205,150); }

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

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

 span { border-color: rgb(177,205,150); }

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