Html Css Color HEX #98C25C Olivine

📋 copy color: '#98C25C'

red 152 ◦ green 194 ◦ blue 92

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

Shades of Olivine #98C25C

Tints of Olivine #98C25C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 92 (36.33% from 255) = 21%

R = 34.7%
G = 44.29%
B = 21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#98C25C (or 0x98C25C) is known color: Olivine. HEX triplet: 98, C2 and 5C. RGB value is (152,194,92). Sum of RGB (Red+Green+Blue) = 152+194+92=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #98C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C25C is #673DA3. Grayscale: #AAAAAA. Windows color (decimal): -6765988 or 6079128. OLE color: 6079128.

HSL color Cylindrical-coordinate representation of color #98C25C: hue angle of 84.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98C25C is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 194 92 -
CMYK 0.22 0 0.53 0.24
HSL 84.71º 0.46% 0.56% -
HSV(B) 84.71º 0.53% 0.76% -
XYZ 34.17 46.03 17.21 -
YUV 169.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 152 194 92 0.22 0 0.53 0.24 84.71 0.46 0.56
Hex 98 C2 5C 16 0 35 18 55 2E 38
Octal 230 302 134 26 0 65 30 125 56 70
Binary 10011000 11000010 1011100 10110 0 110101 11000 1010101 101110 111000

Color Harmonies of #98C25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C25C

Black with #98C25C

Text Example


Text Example

White with #98C25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,92); }

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

background-color css

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

 a { background-color: rgb(152,194,92); }

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

border-color css

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

 span { border-color: rgb(152,194,92); }

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