#98CD6E

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

Shades of Olivine #98CD6E

Tints of Olivine #98CD6E

Color information

#98CD6E (or 0x98CD6E) is unknown color: approx Olivine. HEX triplet: 98, CD and 6E. RGB value is (152,205,110). Sum of RGB (Red+Green+Blue) = 152+205+110=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CD6E is #673291. Grayscale: #B2B2B2. Windows color (decimal): -6763154 or 7261592. OLE color: 7261592.

HSL color Cylindrical-coordinate representation of color #98CD6E: hue angle of 93.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98CD6E is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB152205110-
CMYK0.2600.460.20
HSL93.47º48.72%61.76%-
HSV(B)93.47º46.34%80.39%-
XYZ37.5951.4622.7-
YUV178.3289.44109.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=32.55%
G=43.90%
B=23.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051100.2600.460.2093.4748.7261.76
Hex98CD6E1A02E145d313e
Octal23031515632056241356176
Binary10011000110011011101110110100101110101001011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,110); }

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

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

 a { background-color: rgb(152,205,110); }

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

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

 span { border-color: rgb(152,205,110); }

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