#98C96A

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

Shades of Olivine #98C96A

Tints of Olivine #98C96A

Color information

#98C96A (or 0x98C96A) is unknown color: approx Olivine. HEX triplet: 98, C9 and 6A. RGB value is (152,201,106). Sum of RGB (Red+Green+Blue) = 152+201+106=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #98C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C96A is #673695. Grayscale: #AFAFAF. Windows color (decimal): -6764182 or 6998424. OLE color: 6998424.

HSL color Cylindrical-coordinate representation of color #98C96A: hue angle of 90.95º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98C96A is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB152201106-
CMYK0.2400.470.21
HSL90.95º46.8%60.2%-
HSV(B)90.95º47.26%78.82%-
XYZ36.4449.4921.27-
YUV175.5288.77111.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=33.12%
G=43.79%
B=23.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522011060.2400.470.2190.9546.860.2
Hex98C96A1802F155b2f3c
Octal23031115230057251335774
Binary10011000110010011101010110000101111101011011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,201,106); }

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

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

 a { background-color: rgb(152,201,106); }

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

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

 span { border-color: rgb(152,201,106); }

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