#B0C490

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

Shades of Sprout #B0C490

Tints of Sprout #B0C490

Color information

#B0C490 (or 0xB0C490) is unknown color: approx Sprout. HEX triplet: B0, C4 and 90. RGB value is (176,196,144). Sum of RGB (Red+Green+Blue) = 176+196+144=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C490 is #4F3B6F. Grayscale: #B8B8B8. Windows color (decimal): -5192560 or 9487536. OLE color: 9487536.

HSL color Cylindrical-coordinate representation of color #B0C490: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C490 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB176196144-
CMYK0.1000.270.23
HSL83.08º30.59%66.67%-
HSV(B)83.08º26.53%76.86%-
XYZ42.6850.7233.93-
YUV184.09105.37122.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=34.11%
G=37.98%
B=27.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961440.1000.270.2383.0830.5966.67
HexB0C490A01B17531f43
Octal260304220120332712337103
Binary1011000011000100100100001010011011101111010011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C490; }

 p { color: rgb(176,196,144); }

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

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

 a { background-color: rgb(176,196,144); }

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

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

 span { border-color: rgb(176,196,144); }

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