Html Css Color HEX #98C526 Yellow Green

📋 copy color: '#98C526'

red 152 ◦ green 197 ◦ blue 38

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

Shades of Yellow Green #98C526

Tints of Yellow Green #98C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 39.28%
G = 50.9%
B = 9.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#98C526 (or 0x98C526) is known color: Yellow Green. HEX triplet: 98, C5 and 26. RGB value is (152,197,38). Sum of RGB (Red+Green+Blue) = 152+197+38=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #98C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C526 is #673AD9. Grayscale: #A6A6A6. Windows color (decimal): -6765274 or 2540952. OLE color: 2540952.

HSL color Cylindrical-coordinate representation of color #98C526: hue angle of 76.98º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98C526 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 38 -
CMYK 0.23 0 0.81 0.23
HSL 76.98º 0.68% 0.46% -
HSV(B) 76.98º 0.81% 0.77% -
XYZ 33.27 46.75 9.1 -
YUV 165.42 56.09 118.43 -
System Red Green Blue C M Y K H S L
Decimal 152 197 38 0.23 0 0.81 0.23 76.98 0.68 0.46
Hex 98 C5 26 17 0 51 17 4D 44 2E
Octal 230 305 46 27 0 121 27 115 104 56
Binary 10011000 11000101 100110 10111 0 1010001 10111 1001101 1000100 101110

Color Harmonies of #98C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C526

Black with #98C526

Text Example


Text Example

White with #98C526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,38); }

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

background-color css

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

 a { background-color: rgb(152,197,38); }

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

border-color css

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

 span { border-color: rgb(152,197,38); }

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