#98CC5B

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

Shades of Olivine #98CC5B

Tints of Olivine #98CC5B

Color information

#98CC5B (or 0x98CC5B) is unknown color: approx Olivine. HEX triplet: 98, CC and 5B. RGB value is (152,204,91). Sum of RGB (Red+Green+Blue) = 152+204+91=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC5B is #6733A4. Grayscale: #AFAFAF. Windows color (decimal): -6763429 or 6016152. OLE color: 6016152.

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

Color convert

RGB15220491-
CMYK0.2500.550.2
HSL87.61º52.56%57.84%-
HSV(B)87.61º55.39%80%-
XYZ36.4350.6217.75-
YUV175.5780.27111.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=34.00%
G=45.64%
B=20.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152204910.2500.550.287.6152.5657.84
Hex98CC5B190371458353a
Octal23031413331067241306572
Binary10011000110011001011011110010110111101001011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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