Html Css Color HEX #98BC2A Yellow Green

📋 copy color: '#98BC2A'

red 152 ◦ green 188 ◦ blue 42

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

Shades of Yellow Green #98BC2A

Tints of Yellow Green #98BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 39.79%
G = 49.21%
B = 10.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#98BC2A (or 0x98BC2A) is known color: Yellow Green. HEX triplet: 98, BC and 2A. RGB value is (152,188,42). Sum of RGB (Red+Green+Blue) = 152+188+42=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC2A is #6743D5. Grayscale: #A1A1A1. Windows color (decimal): -6767574 or 2800792. OLE color: 2800792.

HSL color Cylindrical-coordinate representation of color #98BC2A: hue angle of 74.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98BC2A is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 42 -
CMYK 0.19 0 0.78 0.26
HSL 74.79º 0.63% 0.45% -
HSV(B) 74.79º 0.78% 0.74% -
XYZ 31.35 42.81 8.8 -
YUV 160.59 61.07 121.87 -
System Red Green Blue C M Y K H S L
Decimal 152 188 42 0.19 0 0.78 0.26 74.79 0.63 0.45
Hex 98 BC 2A 13 0 4E 1A 4B 3F 2D
Octal 230 274 52 23 0 116 32 113 77 55
Binary 10011000 10111100 101010 10011 0 1001110 11010 1001011 111111 101101

Color Harmonies of #98BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC2A

Black with #98BC2A

Text Example


Text Example

White with #98BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,42); }

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

background-color css

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

 a { background-color: rgb(152,188,42); }

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

border-color css

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

 span { border-color: rgb(152,188,42); }

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