#98C661

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

Shades of Olivine #98C661

Tints of Olivine #98C661

Color information

#98C661 (or 0x98C661) is unknown color: approx Olivine. HEX triplet: 98, C6 and 61. RGB value is (152,198,97). Sum of RGB (Red+Green+Blue) = 152+198+97=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #98C661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C661 is #67399E. Grayscale: #ADADAD. Windows color (decimal): -6764959 or 6407832. OLE color: 6407832.

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

Color convert

RGB15219897-
CMYK0.2300.510.22
HSL87.33º46.98%57.84%-
HSV(B)87.33º51.01%77.65%-
XYZ35.347.9318.7-
YUV172.7385.26113.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=34.00%
G=44.30%
B=21.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152198970.2300.510.2287.3346.9857.84
Hex98C6611703316572f3a
Octal23030614127063261275772
Binary10011000110001101100001101110110011101101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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