Html Css Color HEX #98BF3A Yellow Green

📋 copy color: '#98BF3A'

red 152 ◦ green 191 ◦ blue 58

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

Shades of Yellow Green #98BF3A

Tints of Yellow Green #98BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 37.91%
G = 47.63%
B = 14.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#98BF3A (or 0x98BF3A) is known color: Yellow Green. HEX triplet: 98, BF and 3A. RGB value is (152,191,58). Sum of RGB (Red+Green+Blue) = 152+191+58=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF3A is #6740C5. Grayscale: #A4A4A4. Windows color (decimal): -6766790 or 3850136. OLE color: 3850136.

HSL color Cylindrical-coordinate representation of color #98BF3A: hue angle of 77.59º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98BF3A is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 58 -
CMYK 0.20 0 0.70 0.25
HSL 77.59º 0.53% 0.49% -
HSV(B) 77.59º 0.7% 0.75% -
XYZ 32.34 44.24 10.84 -
YUV 164.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 152 191 58 0.20 0 0.70 0.25 77.59 0.53 0.49
Hex 98 BF 3A 14 0 46 19 4E 35 31
Octal 230 277 72 24 0 106 31 116 65 61
Binary 10011000 10111111 111010 10100 0 1000110 11001 1001110 110101 110001

Color Harmonies of #98BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF3A

Black with #98BF3A

Text Example


Text Example

White with #98BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,191,58); }

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

background-color css

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

 a { background-color: rgb(152,191,58); }

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

border-color css

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

 span { border-color: rgb(152,191,58); }

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