Html Css Color HEX #98BA62 Olivine

📋 copy color: '#98BA62'

red 152 ◦ green 186 ◦ blue 98

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

Shades of Olivine #98BA62

Tints of Olivine #98BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 34.86%
G = 42.66%
B = 22.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#98BA62 (or 0x98BA62) is known color: Olivine. HEX triplet: 98, BA and 62. RGB value is (152,186,98). Sum of RGB (Red+Green+Blue) = 152+186+98=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA62 is #67459D. Grayscale: #A6A6A6. Windows color (decimal): -6768030 or 6470296. OLE color: 6470296.

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

Color convert

RGB 152 186 98 -
CMYK 0.18 0 0.47 0.27
HSL 83.18º 0.39% 0.56% -
HSV(B) 83.18º 0.47% 0.73% -
XYZ 32.71 42.68 18.07 -
YUV 165.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 152 186 98 0.18 0 0.47 0.27 83.18 0.39 0.56
Hex 98 BA 62 12 0 2F 1B 53 27 38
Octal 230 272 142 22 0 57 33 123 47 70
Binary 10011000 10111010 1100010 10010 0 101111 11011 1010011 100111 111000

Color Harmonies of #98BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA62

Black with #98BA62

Text Example


Text Example

White with #98BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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