#B5C89E

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

Shades of Sprout #B5C89E

Tints of Sprout #B5C89E

Color information

#B5C89E (or 0xB5C89E) is unknown color: approx Sprout. HEX triplet: B5, C8 and 9E. RGB value is (181,200,158). Sum of RGB (Red+Green+Blue) = 181+200+158=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C89E is #4A3761. Grayscale: #BDBDBD. Windows color (decimal): -4863842 or 10406069. OLE color: 10406069.

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

Color convert

RGB181200158-
CMYK0.0900.210.22
HSL87.14º27.63%70.2%-
HSV(B)87.14º21%78.43%-
XYZ45.8853.640.28-
YUV189.53110.21121.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=33.58%
G=37.11%
B=29.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1812001580.0900.210.2287.1427.6370.2
HexB5C89E901516571c46
Octal265310236110252612734106
Binary1011010111001000100111101001010101101101010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C89E; }

 p { color: rgb(181,200,158); }

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

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

 a { background-color: rgb(181,200,158); }

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

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

 span { border-color: rgb(181,200,158); }

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