#B0B998

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

Shades of Green Spring #B0B998

Tints of Green Spring #B0B998

Color information

#B0B998 (or 0xB0B998) is unknown color: approx Green Spring. HEX triplet: B0, B9 and 98. RGB value is (176,185,152). Sum of RGB (Red+Green+Blue) = 176+185+152=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B998 is #4F4667. Grayscale: #B2B2B2. Windows color (decimal): -5195368 or 10009008. OLE color: 10009008.

HSL color Cylindrical-coordinate representation of color #B0B998: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0B998 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB176185152-
CMYK0.0500.180.27
HSL76.36º19.08%66.08%-
HSV(B)76.36º17.84%72.55%-
XYZ40.9246.236.47-
YUV178.55113.02126.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=34.31%
G=36.06%
B=29.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851520.0500.180.2776.3619.0866.08
HexB0B99850121B4c1342
Octal26027123050223311423102
Binary101100001011100110011000101010010110111001100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B998; }

 p { color: rgb(176,185,152); }

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

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

 a { background-color: rgb(176,185,152); }

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

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

 span { border-color: rgb(176,185,152); }

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