#98CA66

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

Shades of Olivine #98CA66

Tints of Olivine #98CA66

Color information

#98CA66 (or 0x98CA66) is unknown color: approx Olivine. HEX triplet: 98, CA and 66. RGB value is (152,202,102). Sum of RGB (Red+Green+Blue) = 152+202+102=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA66 is #673599. Grayscale: #B0B0B0. Windows color (decimal): -6763930 or 6736536. OLE color: 6736536.

HSL color Cylindrical-coordinate representation of color #98CA66: hue angle of 90º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98CA66 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB152202102-
CMYK0.2500.500.21
HSL90º48.54%59.61%-
HSV(B)90º49.5%79.22%-
XYZ36.4749.8820.28-
YUV175.6586.44111.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 102 (40.23% from 255) = 22.37%
R=33.33%
G=44.30%
B=22.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021020.2500.500.219048.5459.61
Hex98CA6619032155a313c
Octal23031214631062251326174
Binary10011000110010101100110110010110010101011011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,102); }

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

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

 a { background-color: rgb(152,202,102); }

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

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

 span { border-color: rgb(152,202,102); }

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