#98C363

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

Shades of Olivine #98C363

Tints of Olivine #98C363

Color information

#98C363 (or 0x98C363) is unknown color: approx Olivine. HEX triplet: 98, C3 and 63. RGB value is (152,195,99). Sum of RGB (Red+Green+Blue) = 152+195+99=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #98C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C363 is #673C9C. Grayscale: #ABABAB. Windows color (decimal): -6765725 or 6538136. OLE color: 6538136.

HSL color Cylindrical-coordinate representation of color #98C363: hue angle of 86.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98C363 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB15219599-
CMYK0.2200.490.24
HSL86.88º44.44%57.65%-
HSV(B)86.88º49.23%76.47%-
XYZ34.7246.6118.97-
YUV171.287.25114.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=34.08%
G=43.72%
B=22.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152195990.2200.490.2486.8844.4457.65
Hex98C3631603118572c3a
Octal23030314326061301275472
Binary10011000110000111100011101100110001110001010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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