#B5C695

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

Shades of Sprout #B5C695

Tints of Sprout #B5C695

Color information

#B5C695 (or 0xB5C695) is unknown color: approx Sprout. HEX triplet: B5, C6 and 95. RGB value is (181,198,149). Sum of RGB (Red+Green+Blue) = 181+198+149=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C695 is #4A396A. Grayscale: #BBBBBB. Windows color (decimal): -4864363 or 9815733. OLE color: 9815733.

HSL color Cylindrical-coordinate representation of color #B5C695: hue angle of 80.82º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5C695 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB181198149-
CMYK0.0900.250.22
HSL80.82º30.06%68.04%-
HSV(B)80.82º24.75%77.65%-
XYZ44.6752.3836.19-
YUV187.33106.37123.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=34.28%
G=37.5%
B=28.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981490.0900.250.2280.8230.0668.04
HexB5C695901916511e44
Octal265306225110312612136104
Binary1011010111000110100101011001011001101101010001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C695; }

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

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

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

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

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

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

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

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