#98B363

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

Shades of Olivine #98B363

Tints of Olivine #98B363

Color information

#98B363 (or 0x98B363) is unknown color: approx Olivine. HEX triplet: 98, B3 and 63. RGB value is (152,179,99). Sum of RGB (Red+Green+Blue) = 152+179+99=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #98B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B363 is #674C9C. Grayscale: #A2A2A2. Windows color (decimal): -6769821 or 6534040. OLE color: 6534040.

HSL color Cylindrical-coordinate representation of color #98B363: hue angle of 80.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98B363 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB15217999-
CMYK0.1500.450.30
HSL80.25º34.48%54.51%-
HSV(B)80.25º44.69%70.2%-
XYZ31.3239.8217.84-
YUV161.8192.55121-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=35.35%
G=41.63%
B=23.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152179990.1500.450.3080.2534.4854.51
Hex98B363F02D1E502237
Octal23026314317055361204267
Binary1001100010110011110001111110101101111101010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B363; }

 p { color: rgb(152,179,99); }

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

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

 a { background-color: rgb(152,179,99); }

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

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

 span { border-color: rgb(152,179,99); }

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