Html Css Color HEX #98B56C Olivine

📋 copy color: '#98B56C'

red 152 ◦ green 181 ◦ blue 108

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

Shades of Olivine #98B56C

Tints of Olivine #98B56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 34.47%
G = 41.04%
B = 24.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#98B56C (or 0x98B56C) is known color: Olivine. HEX triplet: 98, B5 and 6C. RGB value is (152,181,108). Sum of RGB (Red+Green+Blue) = 152+181+108=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #98B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B56C is #674A93. Grayscale: #A4A4A4. Windows color (decimal): -6769300 or 7124376. OLE color: 7124376.

HSL color Cylindrical-coordinate representation of color #98B56C: hue angle of 83.84º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98B56C is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 181 108 -
CMYK 0.16 0 0.40 0.29
HSL 83.84º 0.33% 0.57% -
HSV(B) 83.84º 0.4% 0.71% -
XYZ 32.18 40.81 20.37 -
YUV 164.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 152 181 108 0.16 0 0.40 0.29 83.84 0.33 0.57
Hex 98 B5 6C 10 0 28 1D 54 21 39
Octal 230 265 154 20 0 50 35 124 41 71
Binary 10011000 10110101 1101100 10000 0 101000 11101 1010100 100001 111001

Color Harmonies of #98B56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B56C

Black with #98B56C

Text Example


Text Example

White with #98B56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,181,108); }

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

background-color css

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

 a { background-color: rgb(152,181,108); }

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

border-color css

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

 span { border-color: rgb(152,181,108); }

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