Html Css Color HEX #98CA6E Olivine

📋 copy color: '#98CA6E'

red 152 ◦ green 202 ◦ blue 110

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

Shades of Olivine #98CA6E

Tints of Olivine #98CA6E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 32.76%
G = 43.53%
B = 23.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#98CA6E (or 0x98CA6E) is known color: Olivine. HEX triplet: 98, CA and 6E. RGB value is (152,202,110). Sum of RGB (Red+Green+Blue) = 152+202+110=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA6E is #673591. Grayscale: #B0B0B0. Windows color (decimal): -6763922 or 7260824. OLE color: 7260824.

HSL color Cylindrical-coordinate representation of color #98CA6E: hue angle of 92.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98CA6E is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 110 -
CMYK 0.25 0 0.46 0.21
HSL 92.61º 0.46% 0.61% -
HSV(B) 92.61º 0.46% 0.79% -
XYZ 36.88 50.04 22.47 -
YUV 176.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 152 202 110 0.25 0 0.46 0.21 92.61 0.46 0.61
Hex 98 CA 6E 19 0 2E 15 5D 2E 3D
Octal 230 312 156 31 0 56 25 135 56 75
Binary 10011000 11001010 1101110 11001 0 101110 10101 1011101 101110 111101

Color Harmonies of #98CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA6E

Black with #98CA6E

Text Example


Text Example

White with #98CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,110); }

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

background-color css

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

 a { background-color: rgb(152,202,110); }

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

border-color css

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

 span { border-color: rgb(152,202,110); }

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