#98c35b

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

Shades of Olivine #98C35B

Tints of Olivine #98C35B

Color information

#98C35B (or 0x98C35B) is unknown color: approx Olivine. HEX triplet: 98, C3 and 5B. RGB value is (152,195,91). Sum of RGB (Red+Green+Blue) = 152+195+91=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #98C35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C35B is #673CA4. Grayscale: #AAAAAA. Windows color (decimal): -6765733 or 6013848. OLE color: 6013848.

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

Color convert

RGB15219591-
CMYK0.2200.530.24
HSL84.81º46.43%56.08%-
HSV(B)84.81º53.33%76.47%-
XYZ34.3546.4617.05-
YUV170.2983.25114.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=34.70%
G=44.52%
B=20.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152195910.2200.530.2484.8146.4356.08
Hex98C35B1603518552e38
Octal23030313326065301255670
Binary10011000110000111011011101100110101110001010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98c35b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,91); }

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

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

 a { background-color: rgb(152,195,91); }

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

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

 span { border-color: rgb(152,195,91); }

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