#B1CE8B

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

Shades of Sprout #B1CE8B

Tints of Sprout #B1CE8B

Color information

#B1CE8B (or 0xB1CE8B) is unknown color: approx Sprout. HEX triplet: B1, CE and 8B. RGB value is (177,206,139). Sum of RGB (Red+Green+Blue) = 177+206+139=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE8B is #4E3174. Grayscale: #BDBDBD. Windows color (decimal): -5124469 or 9162417. OLE color: 9162417.

HSL color Cylindrical-coordinate representation of color #B1CE8B: hue angle of 85.97º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1CE8B is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB177206139-
CMYK0.1400.330.19
HSL85.97º40.61%67.65%-
HSV(B)85.97º32.52%80.78%-
XYZ44.8655.3532.75-
YUV189.6999.39118.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=33.91%
G=39.46%
B=26.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061390.1400.330.1985.9740.6167.65
HexB1CE8BE02113562944
Octal261316213160412312651104
Binary101100011100111010001011111001000011001110101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE8B; }

 p { color: rgb(177,206,139); }

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

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

 a { background-color: rgb(177,206,139); }

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

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

 span { border-color: rgb(177,206,139); }

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