#B1C89A

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

Shades of Sprout #B1C89A

Tints of Sprout #B1C89A

Color information

#B1C89A (or 0xB1C89A) is unknown color: approx Sprout. HEX triplet: B1, C8 and 9A. RGB value is (177,200,154). Sum of RGB (Red+Green+Blue) = 177+200+154=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C89A is #4E3765. Grayscale: #BCBCBC. Windows color (decimal): -5125990 or 10143921. OLE color: 10143921.

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

Color convert

RGB177200154-
CMYK0.1200.230.22
HSL90º29.49%69.41%-
HSV(B)90º23%78.43%-
XYZ44.6252.9938.45-
YUV187.88108.88120.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=33.33%
G=37.66%
B=29.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001540.1200.230.229029.4969.41
HexB1C89AC017165a1d45
Octal261310232140272613235105
Binary1011000111001000100110101100010111101101011010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C89A; }

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

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

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

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

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

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

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

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