#98CB5D

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

Shades of Olivine #98CB5D

Tints of Olivine #98CB5D

Color information

#98CB5D (or 0x98CB5D) is unknown color: approx Olivine. HEX triplet: 98, CB and 5D. RGB value is (152,203,93). Sum of RGB (Red+Green+Blue) = 152+203+93=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB5D is #6734A2. Grayscale: #AFAFAF. Windows color (decimal): -6763683 or 6146968. OLE color: 6146968.

HSL color Cylindrical-coordinate representation of color #98CB5D: hue angle of 87.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98CB5D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB15220393-
CMYK0.2500.540.20
HSL87.82º51.4%58.04%-
HSV(B)87.82º54.19%79.61%-
XYZ36.2850.1818.13-
YUV175.2181.6111.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=33.93%
G=45.31%
B=20.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152203930.2500.540.2087.8251.458.04
Hex98CB5D190361458333a
Octal23031313531066241306372
Binary10011000110010111011101110010110110101001011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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