#B1C88E

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

Shades of Sprout #B1C88E

Tints of Sprout #B1C88E

Color information

#B1C88E (or 0xB1C88E) is unknown color: approx Sprout. HEX triplet: B1, C8 and 8E. RGB value is (177,200,142). Sum of RGB (Red+Green+Blue) = 177+200+142=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C88E is #4E3771. Grayscale: #BABABA. Windows color (decimal): -5126002 or 9357489. OLE color: 9357489.

HSL color Cylindrical-coordinate representation of color #B1C88E: hue angle of 83.79º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C88E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB177200142-
CMYK0.1200.290.22
HSL83.79º34.52%67.06%-
HSV(B)83.79º29%78.43%-
XYZ43.6752.6133.44-
YUV186.51102.88121.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=34.10%
G=38.54%
B=27.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001420.1200.290.2283.7934.5267.06
HexB1C88EC01D16542343
Octal261310216140352612443103
Binary10110001110010001000111011000111011011010101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C88E; }

 p { color: rgb(177,200,142); }

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

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

 a { background-color: rgb(177,200,142); }

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

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

 span { border-color: rgb(177,200,142); }

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