Html Css Color HEX #98BE70 Olivine

📋 copy color: '#98BE70'

red 152 ◦ green 190 ◦ blue 112

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

Shades of Olivine #98BE70

Tints of Olivine #98BE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 33.48%
G = 41.85%
B = 24.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#98BE70 (or 0x98BE70) is known color: Olivine. HEX triplet: 98, BE and 70. RGB value is (152,190,112). Sum of RGB (Red+Green+Blue) = 152+190+112=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE70 is #67418F. Grayscale: #AAAAAA. Windows color (decimal): -6766992 or 7388824. OLE color: 7388824.

HSL color Cylindrical-coordinate representation of color #98BE70: hue angle of 89.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98BE70 is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 190 112 -
CMYK 0.2 0 0.41 0.25
HSL 89.23º 0.38% 0.59% -
HSV(B) 89.23º 0.41% 0.75% -
XYZ 34.29 44.67 22.14 -
YUV 169.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 152 190 112 0.2 0 0.41 0.25 89.23 0.38 0.59
Hex 98 BE 70 14 0 29 19 59 26 3B
Octal 230 276 160 24 0 51 31 131 46 73
Binary 10011000 10111110 1110000 10100 0 101001 11001 1011001 100110 111011

Color Harmonies of #98BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE70

Black with #98BE70

Text Example


Text Example

White with #98BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,190,112); }

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

background-color css

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

 a { background-color: rgb(152,190,112); }

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

border-color css

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

 span { border-color: rgb(152,190,112); }

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