Html Css Color HEX #98A124 Citron

📋 copy color: '#98A124'

red 152 ◦ green 161 ◦ blue 36

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

Shades of Citron #98A124

Tints of Citron #98A124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.13%

 BLUE value IS 36 (14.45% from 255) = 10.32%

R = 43.55%
G = 46.13%
B = 10.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#98A124 (or 0x98A124) is known color: Citron. HEX triplet: 98, A1 and 24. RGB value is (152,161,36). Sum of RGB (Red+Green+Blue) = 152+161+36=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #98A124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A124 is #675EDB. Grayscale: #909090. Windows color (decimal): -6774492 or 2400664. OLE color: 2400664.

HSL color Cylindrical-coordinate representation of color #98A124: hue angle of 64.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98A124 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 36 -
CMYK 0.06 0 0.78 0.37
HSL 64.32º 0.63% 0.39% -
HSV(B) 64.32º 0.78% 0.63% -
XYZ 26.01 32.29 6.53 -
YUV 144.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 152 161 36 0.06 0 0.78 0.37 64.32 0.63 0.39
Hex 98 A1 24 6 0 4E 25 40 3F 27
Octal 230 241 44 6 0 116 45 100 77 47
Binary 10011000 10100001 100100 110 0 1001110 100101 1000000 111111 100111

Color Harmonies of #98A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A124

Black with #98A124

Text Example


Text Example

White with #98A124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,161,36); }

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

background-color css

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

 a { background-color: rgb(152,161,36); }

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

border-color css

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

 span { border-color: rgb(152,161,36); }

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