#B0C199

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

Shades of Sprout #B0C199

Tints of Sprout #B0C199

Color information

#B0C199 (or 0xB0C199) is unknown color: approx Sprout. HEX triplet: B0, C1 and 99. RGB value is (176,193,153). Sum of RGB (Red+Green+Blue) = 176+193+153=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C199 is #4F3E66. Grayscale: #B7B7B7. Windows color (decimal): -5193319 or 10076592. OLE color: 10076592.

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

Color convert

RGB176193153-
CMYK0.0900.210.24
HSL85.5º24.39%67.84%-
HSV(B)85.5º20.73%75.69%-
XYZ42.7249.6737.47-
YUV183.36110.87122.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=33.72%
G=36.97%
B=29.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931530.0900.210.2485.524.3967.84
HexB0C199901518551844
Octal260301231110253012530104
Binary1011000011000001100110011001010101110001010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C199; }

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

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

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

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

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

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

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

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