#98C66A

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

Shades of Olivine #98C66A

Tints of Olivine #98C66A

Color information

#98C66A (or 0x98C66A) is unknown color: approx Olivine. HEX triplet: 98, C6 and 6A. RGB value is (152,198,106). Sum of RGB (Red+Green+Blue) = 152+198+106=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #98C66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C66A is #673995. Grayscale: #AEAEAE. Windows color (decimal): -6764950 or 6997656. OLE color: 6997656.

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

Color convert

RGB152198106-
CMYK0.2300.460.22
HSL90º44.66%59.61%-
HSV(B)90º46.46%77.65%-
XYZ35.7448.121.04-
YUV173.7689.76112.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=33.33%
G=43.42%
B=23.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521981060.2300.460.229044.6659.61
Hex98C66A1702E165a2d3c
Octal23030615227056261325574
Binary10011000110001101101010101110101110101101011010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,198,106); }

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

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

 a { background-color: rgb(152,198,106); }

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

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

 span { border-color: rgb(152,198,106); }

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