#B0C39F

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

Shades of Sprout #B0C39F

Tints of Sprout #B0C39F

Color information

#B0C39F (or 0xB0C39F) is unknown color: approx Sprout. HEX triplet: B0, C3 and 9F. RGB value is (176,195,159). Sum of RGB (Red+Green+Blue) = 176+195+159=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C39F is #4F3C60. Grayscale: #B9B9B9. Windows color (decimal): -5192801 or 10470320. OLE color: 10470320.

HSL color Cylindrical-coordinate representation of color #B0C39F: hue angle of 91.67º degrees, saturation: 0.23, 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 #B0C39F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB176195159-
CMYK0.1000.180.24
HSL91.67º23.08%69.41%-
HSV(B)91.67º18.46%76.47%-
XYZ43.6850.7640.3-
YUV185.22113.21121.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 159 (62.5% from 255) = 30%
R=33.21%
G=36.79%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951590.1000.180.2491.6723.0869.41
HexB0C39FA012185c1745
Octal260303237120223013427105
Binary1011000011000011100111111010010010110001011100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C39F; }

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

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

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

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

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

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

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

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