Html Css Color HEX #98C132 Yellow Green

📋 copy color: '#98C132'

red 152 ◦ green 193 ◦ blue 50

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

Shades of Yellow Green #98C132

Tints of Yellow Green #98C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 50 (19.92% from 255) = 12.66%

R = 38.48%
G = 48.86%
B = 12.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#98C132 (or 0x98C132) is known color: Yellow Green. HEX triplet: 98, C1 and 32. RGB value is (152,193,50). Sum of RGB (Red+Green+Blue) = 152+193+50=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #98C132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C132 is #673ECD. Grayscale: #A4A4A4. Windows color (decimal): -6766286 or 3326360. OLE color: 3326360.

HSL color Cylindrical-coordinate representation of color #98C132: hue angle of 77.2º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98C132 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 193 50 -
CMYK 0.21 0 0.74 0.24
HSL 77.2º 0.59% 0.48% -
HSV(B) 77.2º 0.74% 0.76% -
XYZ 32.59 45.05 9.99 -
YUV 164.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 152 193 50 0.21 0 0.74 0.24 77.2 0.59 0.48
Hex 98 C1 32 15 0 4A 18 4D 3B 30
Octal 230 301 62 25 0 112 30 115 73 60
Binary 10011000 11000001 110010 10101 0 1001010 11000 1001101 111011 110000

Color Harmonies of #98C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C132

Black with #98C132

Text Example


Text Example

White with #98C132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,50); }

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

background-color css

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

 a { background-color: rgb(152,193,50); }

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

border-color css

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

 span { border-color: rgb(152,193,50); }

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