Html Css Color HEX #98BA5F Olivine

📋 copy color: '#98BA5F'

red 152 ◦ green 186 ◦ blue 95

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

Shades of Olivine #98BA5F

Tints of Olivine #98BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 35.1%
G = 42.96%
B = 21.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#98BA5F (or 0x98BA5F) is known color: Olivine. HEX triplet: 98, BA and 5F. RGB value is (152,186,95). Sum of RGB (Red+Green+Blue) = 152+186+95=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA5F is #6745A0. Grayscale: #A5A5A5. Windows color (decimal): -6768033 or 6273688. OLE color: 6273688.

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

Color convert

RGB 152 186 95 -
CMYK 0.18 0 0.49 0.27
HSL 82.42º 0.4% 0.55% -
HSV(B) 82.42º 0.49% 0.73% -
XYZ 32.57 42.62 17.34 -
YUV 165.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 152 186 95 0.18 0 0.49 0.27 82.42 0.4 0.55
Hex 98 BA 5F 12 0 31 1B 52 28 37
Octal 230 272 137 22 0 61 33 122 50 67
Binary 10011000 10111010 1011111 10010 0 110001 11011 1010010 101000 110111

Color Harmonies of #98BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA5F

Black with #98BA5F

Text Example


Text Example

White with #98BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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