#B5C095

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

Shades of Sprout #B5C095

Tints of Sprout #B5C095

Color information

#B5C095 (or 0xB5C095) is unknown color: approx Sprout. HEX triplet: B5, C0 and 95. RGB value is (181,192,149). Sum of RGB (Red+Green+Blue) = 181+192+149=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C095 is #4A3F6A. Grayscale: #B7B7B7. Windows color (decimal): -4865899 or 9814197. OLE color: 9814197.

HSL color Cylindrical-coordinate representation of color #B5C095: hue angle of 75.35º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5C095 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB181192149-
CMYK0.0600.220.25
HSL75.35º25.44%66.86%-
HSV(B)75.35º22.4%75.29%-
XYZ43.3349.6935.74-
YUV183.81108.36126-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=34.67%
G=36.78%
B=28.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811921490.0600.220.2575.3525.4466.86
HexB5C0956016194b1943
Octal26530022560263111331103
Binary101101011100000010010101110010110110011001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C095; }

 p { color: rgb(181,192,149); }

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

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

 a { background-color: rgb(181,192,149); }

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

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

 span { border-color: rgb(181,192,149); }

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