#B9C89D

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

Shades of Sprout #B9C89D

Tints of Sprout #B9C89D

Color information

#B9C89D (or 0xB9C89D) is unknown color: approx Sprout. HEX triplet: B9, C8 and 9D. RGB value is (185,200,157). Sum of RGB (Red+Green+Blue) = 185+200+157=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C89D is #463762. Grayscale: #BEBEBE. Windows color (decimal): -4601699 or 10340537. OLE color: 10340537.

HSL color Cylindrical-coordinate representation of color #B9C89D: hue angle of 80.93º degrees, saturation: 0.28, 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 #B9C89D is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB185200157-
CMYK0.0800.220.22
HSL80.93º28.1%70%-
HSV(B)80.93º21.5%78.43%-
XYZ46.7554.0639.87-
YUV190.61109.03124-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=34.13%
G=36.90%
B=28.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001570.0800.220.2280.9328.170
HexB9C89D801616511c46
Octal271310235100262612134106
Binary1011100111001000100111011000010110101101010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C89D; }

 p { color: rgb(185,200,157); }

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

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

 a { background-color: rgb(185,200,157); }

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

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

 span { border-color: rgb(185,200,157); }

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