#98C55C

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

Shades of Olivine #98C55C

Tints of Olivine #98C55C

Color information

#98C55C (or 0x98C55C) is unknown color: approx Olivine. HEX triplet: 98, C5 and 5C. RGB value is (152,197,92). Sum of RGB (Red+Green+Blue) = 152+197+92=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #98C55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C55C is #673AA3. Grayscale: #ABABAB. Windows color (decimal): -6765220 or 6079896. OLE color: 6079896.

HSL color Cylindrical-coordinate representation of color #98C55C: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98C55C is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB15219792-
CMYK0.2300.530.23
HSL85.71º47.51%56.67%-
HSV(B)85.71º53.3%77.25%-
XYZ34.8547.3817.43-
YUV171.5883.09114.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=34.47%
G=44.67%
B=20.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152197920.2300.530.2385.7147.5156.67
Hex98C55C1703517563039
Octal23030513427065271266071
Binary10011000110001011011100101110110101101111010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,197,92); }

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

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

 a { background-color: rgb(152,197,92); }

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

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

 span { border-color: rgb(152,197,92); }

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