Html Css Color HEX #98BA81 Olivine

📋 copy color: '#98BA81'

red 152 ◦ green 186 ◦ blue 129

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

Shades of Olivine #98BA81

Tints of Olivine #98BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.62%

R = 32.55%
G = 39.83%
B = 27.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#98BA81 (or 0x98BA81) is known color: Olivine. HEX triplet: 98, BA and 81. RGB value is (152,186,129). Sum of RGB (Red+Green+Blue) = 152+186+129=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA81 is #67457E. Grayscale: #A9A9A9. Windows color (decimal): -6767999 or 8501912. OLE color: 8501912.

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

Color convert

RGB 152 186 129 -
CMYK 0.18 0 0.31 0.27
HSL 95.79º 0.29% 0.62% -
HSV(B) 95.79º 0.31% 0.73% -
XYZ 34.47 43.38 27.32 -
YUV 169.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 152 186 129 0.18 0 0.31 0.27 95.79 0.29 0.62
Hex 98 BA 81 12 0 1F 1B 60 1D 3E
Octal 230 272 201 22 0 37 33 140 35 76
Binary 10011000 10111010 10000001 10010 0 11111 11011 1100000 11101 111110

Color Harmonies of #98BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA81

Black with #98BA81

Text Example


Text Example

White with #98BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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