Html Css Color HEX #98C05F Olivine

📋 copy color: '#98C05F'

red 152 ◦ green 192 ◦ blue 95

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

Shades of Olivine #98C05F

Tints of Olivine #98C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.74%

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

R = 34.62%
G = 43.74%
B = 21.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#98C05F (or 0x98C05F) is known color: Olivine. HEX triplet: 98, C0 and 5F. RGB value is (152,192,95). Sum of RGB (Red+Green+Blue) = 152+192+95=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #98C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C05F is #673FA0. Grayscale: #A9A9A9. Windows color (decimal): -6766497 or 6275224. OLE color: 6275224.

HSL color Cylindrical-coordinate representation of color #98C05F: hue angle of 84.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98C05F is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 95 -
CMYK 0.21 0 0.51 0.25
HSL 84.74º 0.43% 0.56% -
HSV(B) 84.74º 0.51% 0.75% -
XYZ 33.86 45.2 17.77 -
YUV 168.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 152 192 95 0.21 0 0.51 0.25 84.74 0.43 0.56
Hex 98 C0 5F 15 0 33 19 55 2B 38
Octal 230 300 137 25 0 63 31 125 53 70
Binary 10011000 11000000 1011111 10101 0 110011 11001 1010101 101011 111000

Color Harmonies of #98C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C05F

Black with #98C05F

Text Example


Text Example

White with #98C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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