#B0C39E

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

Shades of Sprout #B0C39E

Tints of Sprout #B0C39E

Color information

#B0C39E (or 0xB0C39E) is unknown color: approx Sprout. HEX triplet: B0, C3 and 9E. RGB value is (176,195,158). Sum of RGB (Red+Green+Blue) = 176+195+158=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C39E is #4F3C61. Grayscale: #B9B9B9. Windows color (decimal): -5192802 or 10404784. OLE color: 10404784.

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

Color convert

RGB176195158-
CMYK0.1000.190.24
HSL90.81º23.57%69.22%-
HSV(B)90.81º18.97%76.47%-
XYZ43.5950.7339.84-
YUV185.1112.71121.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=33.27%
G=36.86%
B=29.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951580.1000.190.2490.8123.5769.22
HexB0C39EA013185b1845
Octal260303236120233013330105
Binary1011000011000011100111101010010011110001011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C39E; }

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

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

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

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

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

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

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

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