Html Css Color HEX #98B46C Olivine

📋 copy color: '#98B46C'

red 152 ◦ green 180 ◦ blue 108

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

Shades of Olivine #98B46C

Tints of Olivine #98B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

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

R = 34.55%
G = 40.91%
B = 24.55%

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

#98B46C (or 0x98B46C) is known color: Olivine. HEX triplet: 98, B4 and 6C. RGB value is (152,180,108). Sum of RGB (Red+Green+Blue) = 152+180+108=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #98B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B46C is #674B93. Grayscale: #A3A3A3. Windows color (decimal): -6769556 or 7124120. OLE color: 7124120.

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

Color convert

RGB 152 180 108 -
CMYK 0.16 0 0.40 0.29
HSL 83.33º 0.32% 0.56% -
HSV(B) 83.33º 0.4% 0.71% -
XYZ 31.98 40.4 20.3 -
YUV 163.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 152 180 108 0.16 0 0.40 0.29 83.33 0.32 0.56
Hex 98 B4 6C 10 0 28 1D 53 20 38
Octal 230 264 154 20 0 50 35 123 40 70
Binary 10011000 10110100 1101100 10000 0 101000 11101 1010011 100000 111000

Color Harmonies of #98B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B46C

Black with #98B46C

Text Example


Text Example

White with #98B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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