Html Css Color HEX #9EA320 Citron

📋 copy color: '#9EA320'

red 158 ◦ green 163 ◦ blue 32

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

Shades of Citron #9EA320

Tints of Citron #9EA320

RGB

 RED value IS 158 (62.11% from 255) = 44.76%

 GREEN value IS 163 (64.06% from 255) = 46.18%

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 44.76%
G = 46.18%
B = 9.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#9EA320 (or 0x9EA320) is known color: Citron. HEX triplet: 9E, A3 and 20. RGB value is (158,163,32). Sum of RGB (Red+Green+Blue) = 158+163+32=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA320 is #615CDF. Grayscale: #939393. Windows color (decimal): -6380768 or 2139038. OLE color: 2139038.

HSL color Cylindrical-coordinate representation of color #9EA320: hue angle of 62.29º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EA320 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 163 32 -
CMYK 0.03 0 0.80 0.36
HSL 62.29º 0.67% 0.38% -
HSV(B) 62.29º 0.8% 0.64% -
XYZ 27.46 33.57 6.4 -
YUV 146.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 158 163 32 0.03 0 0.80 0.36 62.29 0.67 0.38
Hex 9E A3 20 3 0 50 24 3E 43 26
Octal 236 243 40 3 0 120 44 76 103 46
Binary 10011110 10100011 100000 11 0 1010000 100100 111110 1000011 100110

Color Harmonies of #9EA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA320

Black with #9EA320

Text Example


Text Example

White with #9EA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA320; }

 p { color: rgb(158,163,32); }

 H1.HeaderClassName
 {
   color: #9EA320;
 }
 .AnyTagClassName
 {
   color: #9EA320;
 }
</style>

background-color css

<style>
 a { background-color: #9EA320; }

 a { background-color: rgb(158,163,32); }

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

border-color css

<style>
 span { border-color: #9EA320; }

 span { border-color: rgb(158,163,32); }

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