#B0C299

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

Shades of Sprout #B0C299

Tints of Sprout #B0C299

Color information

#B0C299 (or 0xB0C299) is unknown color: approx Sprout. HEX triplet: B0, C2 and 99. RGB value is (176,194,153). Sum of RGB (Red+Green+Blue) = 176+194+153=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C299 is #4F3D66. Grayscale: #B8B8B8. Windows color (decimal): -5193063 or 10076848. OLE color: 10076848.

HSL color Cylindrical-coordinate representation of color #B0C299: hue angle of 86.34º degrees, saturation: 0.25, 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 #B0C299 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB176194153-
CMYK0.0900.210.24
HSL86.34º25.15%68.04%-
HSV(B)86.34º21.13%76.08%-
XYZ42.9550.1137.55-
YUV183.94110.54122.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=33.65%
G=37.09%
B=29.25%

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
Decimal1761941530.0900.210.2486.3425.1568.04
HexB0C299901518561944
Octal260302231110253012631104
Binary1011000011000010100110011001010101110001010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C299; }

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

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

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

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

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

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

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

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