#B0C193

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

Shades of Sprout #B0C193

Tints of Sprout #B0C193

Color information

#B0C193 (or 0xB0C193) is unknown color: approx Sprout. HEX triplet: B0, C1 and 93. RGB value is (176,193,147). Sum of RGB (Red+Green+Blue) = 176+193+147=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C193 is #4F3E6C. Grayscale: #B6B6B6. Windows color (decimal): -5193325 or 9683376. OLE color: 9683376.

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

Color convert

RGB176193147-
CMYK0.0900.240.24
HSL82.17º27.06%66.67%-
HSV(B)82.17º23.83%75.69%-
XYZ42.2449.4834.93-
YUV182.67107.87123.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=34.11%
G=37.40%
B=28.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931470.0900.240.2482.1727.0666.67
HexB0C193901818521b43
Octal260301223110303012233103
Binary1011000011000001100100111001011000110001010010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C193; }

 p { color: rgb(176,193,147); }

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

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

 a { background-color: rgb(176,193,147); }

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

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

 span { border-color: rgb(176,193,147); }

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