#B0C392

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

Shades of Sprout #B0C392

Tints of Sprout #B0C392

Color information

#B0C392 (or 0xB0C392) is unknown color: approx Sprout. HEX triplet: B0, C3 and 92. RGB value is (176,195,146). Sum of RGB (Red+Green+Blue) = 176+195+146=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C392 is #4F3C6D. Grayscale: #B7B7B7. Windows color (decimal): -5192814 or 9618352. OLE color: 9618352.

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

Color convert

RGB176195146-
CMYK0.1000.250.24
HSL83.27º28.99%66.86%-
HSV(B)83.27º25.13%76.47%-
XYZ42.6150.3434.66-
YUV183.73106.71122.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=34.04%
G=37.72%
B=28.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951460.1000.250.2483.2728.9966.86
HexB0C392A01918531d43
Octal260303222120313012335103
Binary1011000011000011100100101010011001110001010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C392; }

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

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

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

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

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

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

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

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