Html Css Color HEX #98BA60 Olivine

📋 copy color: '#98BA60'

red 152 ◦ green 186 ◦ blue 96

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

Shades of Olivine #98BA60

Tints of Olivine #98BA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 35.02%
G = 42.86%
B = 22.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#98BA60 (or 0x98BA60) is known color: Olivine. HEX triplet: 98, BA and 60. RGB value is (152,186,96). Sum of RGB (Red+Green+Blue) = 152+186+96=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA60 is #67459F. Grayscale: #A5A5A5. Windows color (decimal): -6768032 or 6339224. OLE color: 6339224.

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

Color convert

RGB 152 186 96 -
CMYK 0.18 0 0.48 0.27
HSL 82.67º 0.39% 0.55% -
HSV(B) 82.67º 0.48% 0.73% -
XYZ 32.62 42.64 17.58 -
YUV 165.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 152 186 96 0.18 0 0.48 0.27 82.67 0.39 0.55
Hex 98 BA 60 12 0 30 1B 53 27 37
Octal 230 272 140 22 0 60 33 123 47 67
Binary 10011000 10111010 1100000 10010 0 110000 11011 1010011 100111 110111

Color Harmonies of #98BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA60

Black with #98BA60

Text Example


Text Example

White with #98BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,186,96); }

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

background-color css

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

 a { background-color: rgb(152,186,96); }

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

border-color css

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

 span { border-color: rgb(152,186,96); }

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