#B5C99D

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

Shades of Sprout #B5C99D

Tints of Sprout #B5C99D

Color information

#B5C99D (or 0xB5C99D) is unknown color: approx Sprout. HEX triplet: B5, C9 and 9D. RGB value is (181,201,157). Sum of RGB (Red+Green+Blue) = 181+201+157=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C99D is #4A3662. Grayscale: #BEBEBE. Windows color (decimal): -4863587 or 10340789. OLE color: 10340789.

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

Color convert

RGB181201157-
CMYK0.1000.220.21
HSL87.27º28.95%70.2%-
HSV(B)87.27º21.89%78.82%-
XYZ46.0354.0339.9-
YUV190109.37121.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=33.58%
G=37.29%
B=29.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812011570.1000.220.2187.2728.9570.2
HexB5C99DA01615571d46
Octal265311235120262512735106
Binary1011010111001001100111011010010110101011010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C99D; }

 p { color: rgb(181,201,157); }

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

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

 a { background-color: rgb(181,201,157); }

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

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

 span { border-color: rgb(181,201,157); }

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