Html Css Color HEX #98B972 Olivine

📋 copy color: '#98B972'

red 152 ◦ green 185 ◦ blue 114

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

Shades of Olivine #98B972

Tints of Olivine #98B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 33.7%
G = 41.02%
B = 25.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#98B972 (or 0x98B972) is known color: Olivine. HEX triplet: 98, B9 and 72. RGB value is (152,185,114). Sum of RGB (Red+Green+Blue) = 152+185+114=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #98B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B972 is #67468D. Grayscale: #A7A7A7. Windows color (decimal): -6768270 or 7518616. OLE color: 7518616.

HSL color Cylindrical-coordinate representation of color #98B972: hue angle of 87.89º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98B972 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 185 114 -
CMYK 0.18 0 0.38 0.27
HSL 87.89º 0.34% 0.59% -
HSV(B) 87.89º 0.38% 0.73% -
XYZ 33.34 42.59 22.38 -
YUV 167.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 152 185 114 0.18 0 0.38 0.27 87.89 0.34 0.59
Hex 98 B9 72 12 0 26 1B 58 22 3B
Octal 230 271 162 22 0 46 33 130 42 73
Binary 10011000 10111001 1110010 10010 0 100110 11011 1011000 100010 111011

Color Harmonies of #98B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B972

Black with #98B972

Text Example


Text Example

White with #98B972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,185,114); }

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

background-color css

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

 a { background-color: rgb(152,185,114); }

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

border-color css

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

 span { border-color: rgb(152,185,114); }

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