Html Css Color HEX #98C25F Olivine

📋 copy color: '#98C25F'

red 152 ◦ green 194 ◦ blue 95

#98C25F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #98C25F

Tints of Olivine #98C25F

RGB

 RED value IS 152 (59.77% from 255) = 34.47%

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 34.47%
G = 43.99%
B = 21.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#98C25F (or 0x98C25F) is known color: Olivine. HEX triplet: 98, C2 and 5F. RGB value is (152,194,95). Sum of RGB (Red+Green+Blue) = 152+194+95=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #98C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C25F is #673DA0. Grayscale: #AAAAAA. Windows color (decimal): -6765985 or 6275736. OLE color: 6275736.

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

Color convert

RGB 152 194 95 -
CMYK 0.22 0 0.51 0.24
HSL 85.45º 0.45% 0.57% -
HSV(B) 85.45º 0.51% 0.76% -
XYZ 34.31 46.09 17.91 -
YUV 170.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 152 194 95 0.22 0 0.51 0.24 85.45 0.45 0.57
Hex 98 C2 5F 16 0 33 18 55 2D 39
Octal 230 302 137 26 0 63 30 125 55 71
Binary 10011000 11000010 1011111 10110 0 110011 11000 1010101 101101 111001

Color Harmonies of #98C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C25F

Black with #98C25F

Text Example


Text Example

White with #98C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,95); }

 H1.HeaderClassName
 {
   color: #98C25F;
 }
 .AnyTagClassName
 {
   color: #98C25F;
 }
</style>

background-color css

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

 a { background-color: rgb(152,194,95); }

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

border-color css

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

 span { border-color: rgb(152,194,95); }

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