#B0B895

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

Shades of Green Spring #B0B895

Tints of Green Spring #B0B895

Color information

#B0B895 (or 0xB0B895) is unknown color: approx Green Spring. HEX triplet: B0, B8 and 95. RGB value is (176,184,149). Sum of RGB (Red+Green+Blue) = 176+184+149=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B895 is #4F476A. Grayscale: #B1B1B1. Windows color (decimal): -5195627 or 9812144. OLE color: 9812144.

HSL color Cylindrical-coordinate representation of color #B0B895: hue angle of 73.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0B895 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB176184149-
CMYK0.0400.190.28
HSL73.71º19.77%65.29%-
HSV(B)73.71º19.02%72.16%-
XYZ40.4745.6835.12-
YUV177.62111.85126.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=34.58%
G=36.15%
B=29.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841490.0400.190.2873.7119.7765.29
HexB0B89540131C4a1441
Octal26027022540233411224101
Binary101100001011100010010101100010011111001001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B895; }

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

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

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

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

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

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

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

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