#B0C395

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

Shades of Sprout #B0C395

Tints of Sprout #B0C395

Color information

#B0C395 (or 0xB0C395) is unknown color: approx Sprout. HEX triplet: B0, C3 and 95. RGB value is (176,195,149). Sum of RGB (Red+Green+Blue) = 176+195+149=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C395 is #4F3C6A. Grayscale: #B8B8B8. Windows color (decimal): -5192811 or 9814960. OLE color: 9814960.

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

Color convert

RGB176195149-
CMYK0.1000.240.24
HSL84.78º27.71%67.45%-
HSV(B)84.78º23.59%76.47%-
XYZ42.8450.4335.91-
YUV184.08108.21122.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=33.85%
G=37.5%
B=28.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951490.1000.240.2484.7827.7167.45
HexB0C395A01818551c43
Octal260303225120303012534103
Binary1011000011000011100101011010011000110001010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C395; }

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

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

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

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

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

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

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

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