Html Css Color HEX #98C378 Olivine

📋 copy color: '#98C378'

red 152 ◦ green 195 ◦ blue 120

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

Shades of Olivine #98C378

Tints of Olivine #98C378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 32.55%
G = 41.76%
B = 25.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#98C378 (or 0x98C378) is known color: Olivine. HEX triplet: 98, C3 and 78. RGB value is (152,195,120). Sum of RGB (Red+Green+Blue) = 152+195+120=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #98C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C378 is #673C87. Grayscale: #ADADAD. Windows color (decimal): -6765704 or 7914392. OLE color: 7914392.

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

Color convert

RGB 152 195 120 -
CMYK 0.22 0 0.38 0.24
HSL 94.4º 0.38% 0.62% -
HSV(B) 94.4º 0.38% 0.76% -
XYZ 35.85 47.06 24.96 -
YUV 173.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 152 195 120 0.22 0 0.38 0.24 94.4 0.38 0.62
Hex 98 C3 78 16 0 26 18 5E 26 3E
Octal 230 303 170 26 0 46 30 136 46 76
Binary 10011000 11000011 1111000 10110 0 100110 11000 1011110 100110 111110

Color Harmonies of #98C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C378

Black with #98C378

Text Example


Text Example

White with #98C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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