#B0C29F

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

Shades of Sprout #B0C29F

Tints of Sprout #B0C29F

Color information

#B0C29F (or 0xB0C29F) is unknown color: approx Sprout. HEX triplet: B0, C2 and 9F. RGB value is (176,194,159). Sum of RGB (Red+Green+Blue) = 176+194+159=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C29F is #4F3D60. Grayscale: #B8B8B8. Windows color (decimal): -5193057 or 10470064. OLE color: 10470064.

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

Color convert

RGB176194159-
CMYK0.0900.180.24
HSL90.86º22.29%69.22%-
HSV(B)90.86º18.04%76.08%-
XYZ43.4550.3240.22-
YUV184.63113.54121.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=33.27%
G=36.67%
B=30.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941590.0900.180.2490.8622.2969.22
HexB0C29F9012185b1645
Octal260302237110223013326105
Binary1011000011000010100111111001010010110001011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C29F; }

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

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

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

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

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

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

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

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