#B5C195

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

Shades of Sprout #B5C195

Tints of Sprout #B5C195

Color information

#B5C195 (or 0xB5C195) is unknown color: approx Sprout. HEX triplet: B5, C1 and 95. RGB value is (181,193,149). Sum of RGB (Red+Green+Blue) = 181+193+149=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C195 is #4A3E6A. Grayscale: #B8B8B8. Windows color (decimal): -4865643 or 9814453. OLE color: 9814453.

HSL color Cylindrical-coordinate representation of color #B5C195: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C195 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB181193149-
CMYK0.0600.230.24
HSL76.36º26.19%67.06%-
HSV(B)76.36º22.8%75.69%-
XYZ43.5550.1335.82-
YUV184.4108.02125.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=34.61%
G=36.90%
B=28.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811931490.0600.230.2476.3626.1967.06
HexB5C1956017184c1a43
Octal26530122560273011432103
Binary101101011100000110010101110010111110001001100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C195; }

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

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

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

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

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

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

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

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