#98C85A

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

Shades of Olivine #98C85A

Tints of Olivine #98C85A

Color information

#98C85A (or 0x98C85A) is unknown color: approx Olivine. HEX triplet: 98, C8 and 5A. RGB value is (152,200,90). Sum of RGB (Red+Green+Blue) = 152+200+90=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #98C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C85A is #6737A5. Grayscale: #ADADAD. Windows color (decimal): -6764454 or 5949592. OLE color: 5949592.

HSL color Cylindrical-coordinate representation of color #98C85A: hue angle of 86.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98C85A is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB15220090-
CMYK0.2400.550.22
HSL86.18º50%56.86%-
HSV(B)86.18º55%78.43%-
XYZ35.4548.7217.21-
YUV173.1181.1112.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 200 (78.52% from 255) = 45.25%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=34.39%
G=45.25%
B=20.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152200900.2400.550.2286.185056.86
Hex98C85A1803716563239
Octal23031013230067261266271
Binary10011000110010001011010110000110111101101010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,200,90); }

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

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

 a { background-color: rgb(152,200,90); }

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

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

 span { border-color: rgb(152,200,90); }

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