#98C15D

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

Shades of Olivine #98C15D

Tints of Olivine #98C15D

Color information

#98C15D (or 0x98C15D) is unknown color: approx Olivine. HEX triplet: 98, C1 and 5D. RGB value is (152,193,93). Sum of RGB (Red+Green+Blue) = 152+193+93=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #98C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C15D is #673EA2. Grayscale: #A9A9A9. Windows color (decimal): -6766243 or 6144408. OLE color: 6144408.

HSL color Cylindrical-coordinate representation of color #98C15D: hue angle of 84.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98C15D is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB15219393-
CMYK0.2100.520.24
HSL84.6º44.64%56.08%-
HSV(B)84.6º51.81%75.69%-
XYZ33.9945.6117.37-
YUV169.3484.92115.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=34.70%
G=44.06%
B=21.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152193930.2100.520.2484.644.6456.08
Hex98C15D1503418552d38
Octal23030113525064301255570
Binary10011000110000011011101101010110100110001010101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,93); }

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

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

 a { background-color: rgb(152,193,93); }

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

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

 span { border-color: rgb(152,193,93); }

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