#B4C89F

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

Shades of Sprout #B4C89F

Tints of Sprout #B4C89F

Color information

#B4C89F (or 0xB4C89F) is unknown color: approx Sprout. HEX triplet: B4, C8 and 9F. RGB value is (180,200,159). Sum of RGB (Red+Green+Blue) = 180+200+159=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C89F is #4B3760. Grayscale: #BDBDBD. Windows color (decimal): -4929377 or 10471604. OLE color: 10471604.

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

Color convert

RGB180200159-
CMYK0.100.200.22
HSL89.27º27.15%70.39%-
HSV(B)89.27º20.5%78.43%-
XYZ45.7353.5240.72-
YUV189.35110.87121.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=33.40%
G=37.11%
B=29.50%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001590.100.200.2289.2727.1570.39
HexB4C89FA01416591b46
Octal264310237120242613133106
Binary1011010011001000100111111010010100101101011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C89F; }

 p { color: rgb(180,200,159); }

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

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

 a { background-color: rgb(180,200,159); }

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

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

 span { border-color: rgb(180,200,159); }

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