#B0D299

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

Shades of Sprout #B0D299

Tints of Sprout #B0D299

Color information

#B0D299 (or 0xB0D299) is unknown color: approx Sprout. HEX triplet: B0, D2 and 99. RGB value is (176,210,153). Sum of RGB (Red+Green+Blue) = 176+210+153=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D299 is #4F2D66. Grayscale: #C1C1C1. Windows color (decimal): -5188967 or 10080944. OLE color: 10080944.

HSL color Cylindrical-coordinate representation of color #B0D299: hue angle of 95.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D299 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB176210153-
CMYK0.1600.270.18
HSL95.79º38.78%71.18%-
HSV(B)95.79º27.14%82.35%-
XYZ46.757.6238.8-
YUV193.34105.24115.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=32.65%
G=38.96%
B=28.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101530.1600.270.1895.7938.7871.18
HexB0D2991001B12602747
Octal260322231200332214047107
Binary101100001101001010011001100000110111001011000001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D299; }

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

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

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

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

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

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

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

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