#B1C89B

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

Shades of Sprout #B1C89B

Tints of Sprout #B1C89B

Color information

#B1C89B (or 0xB1C89B) is unknown color: approx Sprout. HEX triplet: B1, C8 and 9B. RGB value is (177,200,155). Sum of RGB (Red+Green+Blue) = 177+200+155=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C89B is #4E3764. Grayscale: #BCBCBC. Windows color (decimal): -5125989 or 10209457. OLE color: 10209457.

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

Color convert

RGB177200155-
CMYK0.1200.220.22
HSL90.67º29.03%69.61%-
HSV(B)90.67º22.5%78.43%-
XYZ44.753.0238.89-
YUV187.99109.38120.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=33.27%
G=37.59%
B=29.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001550.1200.220.2290.6729.0369.61
HexB1C89BC016165b1d46
Octal261310233140262613335106
Binary1011000111001000100110111100010110101101011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C89B; }

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

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

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

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

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

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

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

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