#98CE64

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

Shades of Olivine #98CE64

Tints of Olivine #98CE64

Color information

#98CE64 (or 0x98CE64) is unknown color: approx Olivine. HEX triplet: 98, CE and 64. RGB value is (152,206,100). Sum of RGB (Red+Green+Blue) = 152+206+100=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE64 is #67319B. Grayscale: #B2B2B2. Windows color (decimal): -6762908 or 6606488. OLE color: 6606488.

HSL color Cylindrical-coordinate representation of color #98CE64: hue angle of 90.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98CE64 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB152206100-
CMYK0.2600.510.19
HSL90.57º51.96%60%-
HSV(B)90.57º51.46%80.78%-
XYZ37.3251.7420.08-
YUV177.7784.11109.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 206 (80.86% from 255) = 44.98%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=33.19%
G=44.98%
B=21.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061000.2600.510.1990.5751.9660
Hex98CE641A033135b343c
Octal23031614432063231336474
Binary10011000110011101100100110100110011100111011011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,100); }

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

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

 a { background-color: rgb(152,206,100); }

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

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

 span { border-color: rgb(152,206,100); }

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