#98C36D

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

Shades of Olivine #98C36D

Tints of Olivine #98C36D

Color information

#98C36D (or 0x98C36D) is unknown color: approx Olivine. HEX triplet: 98, C3 and 6D. RGB value is (152,195,109). Sum of RGB (Red+Green+Blue) = 152+195+109=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #98C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C36D is #673C92. Grayscale: #ACACAC. Windows color (decimal): -6765715 or 7193496. OLE color: 7193496.

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

Color convert

RGB152195109-
CMYK0.2200.440.24
HSL90º41.75%59.61%-
HSV(B)90º44.1%76.47%-
XYZ35.2246.8121.65-
YUV172.3492.25113.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=33.33%
G=42.76%
B=23.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951090.2200.440.249041.7559.61
Hex98C36D1602C185a2a3c
Octal23030315526054301325274
Binary10011000110000111101101101100101100110001011010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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