#9EA32B

Color #9EA32B Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #9EA32B

Tints of Citron #9EA32B

Color information

#9EA32B (or 0x9EA32B) is unknown color: approx Citron. HEX triplet: 9E, A3 and 2B. RGB value is (158,163,43). Sum of RGB (Red+Green+Blue) = 158+163+43=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA32B is #615CD4. Grayscale: #949494. Windows color (decimal): -6380757 or 2859934. OLE color: 2859934.

HSL color Cylindrical-coordinate representation of color #9EA32B: hue angle of 62.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EA32B is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB15816343-
CMYK0.0300.740.36
HSL62.5º58.25%40.39%-
HSV(B)62.5º73.62%63.92%-
XYZ27.6333.647.32-
YUV147.8268.84135.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.41%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 43 (17.19% from 255) = 11.81%
R=43.41%
G=44.78%
B=11.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158163430.0300.740.3662.558.2540.39
Hex9EA32B304A243e3a28
Octal236243533011244767250
Binary10011110101000111010111101001010100100111110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA32B;
 }
 .AnyTagClassName
 {
   color: #9EA32B;
 }
</style>
background-color css

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

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

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

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

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

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