#B1CC90

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

Shades of Sprout #B1CC90

Tints of Sprout #B1CC90

Color information

#B1CC90 (or 0xB1CC90) is unknown color: approx Sprout. HEX triplet: B1, CC and 90. RGB value is (177,204,144). Sum of RGB (Red+Green+Blue) = 177+204+144=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC90 is #4E336F. Grayscale: #BDBDBD. Windows color (decimal): -5124976 or 9489585. OLE color: 9489585.

HSL color Cylindrical-coordinate representation of color #B1CC90: hue angle of 87º degrees, saturation: 0.37, 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 #B1CC90 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB177204144-
CMYK0.1300.290.2
HSL87º37.04%68.24%-
HSV(B)87º29.41%80%-
XYZ44.7654.5534.56-
YUV189.09102.55119.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=33.71%
G=38.86%
B=27.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041440.1300.290.28737.0468.24
HexB1CC90D01D14572544
Octal261314220150352412745104
Binary10110001110011001001000011010111011010010101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC90; }

 p { color: rgb(177,204,144); }

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

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

 a { background-color: rgb(177,204,144); }

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

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

 span { border-color: rgb(177,204,144); }

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