#98C566

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

Shades of Olivine #98C566

Tints of Olivine #98C566

Color information

#98C566 (or 0x98C566) is unknown color: approx Olivine. HEX triplet: 98, C5 and 66. RGB value is (152,197,102). Sum of RGB (Red+Green+Blue) = 152+197+102=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #98C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C566 is #673A99. Grayscale: #ADADAD. Windows color (decimal): -6765210 or 6735256. OLE color: 6735256.

HSL color Cylindrical-coordinate representation of color #98C566: hue angle of 88.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98C566 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB152197102-
CMYK0.2300.480.23
HSL88.42º45.02%58.63%-
HSV(B)88.42º48.22%77.25%-
XYZ35.3147.5719.89-
YUV172.7188.09113.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 197 (77.34% from 255) = 43.68%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=33.70%
G=43.68%
B=22.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521971020.2300.480.2388.4245.0258.63
Hex98C5661703017582d3b
Octal23030514627060271305573
Binary10011000110001011100110101110110000101111011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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