#B5C690

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

Shades of Sprout #B5C690

Tints of Sprout #B5C690

Color information

#B5C690 (or 0xB5C690) is unknown color: approx Sprout. HEX triplet: B5, C6 and 90. RGB value is (181,198,144). Sum of RGB (Red+Green+Blue) = 181+198+144=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C690 is #4A396F. Grayscale: #BABABA. Windows color (decimal): -4864368 or 9488053. OLE color: 9488053.

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

Color convert

RGB181198144-
CMYK0.0900.270.22
HSL78.89º32.14%67.06%-
HSV(B)78.89º27.27%77.65%-
XYZ44.2852.2334.13-
YUV186.76103.87123.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=34.61%
G=37.86%
B=27.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981440.0900.270.2278.8932.1467.06
HexB5C690901B164f2043
Octal265306220110332611740103
Binary10110101110001101001000010010110111011010011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C690; }

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

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

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

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

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

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

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

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