#9EBA16

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

Shades of Citrus #9EBA16

Tints of Citrus #9EBA16

Color information

#9EBA16 (or 0x9EBA16) is unknown color: approx Citrus. HEX triplet: 9E, BA and 16. RGB value is (158,186,22). Sum of RGB (Red+Green+Blue) = 158+186+22=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA16 is #6145E9. Grayscale: #9F9F9F. Windows color (decimal): -6374890 or 1489566. OLE color: 1489566.

HSL color Cylindrical-coordinate representation of color #9EBA16: hue angle of 70.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EBA16 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB15818622-
CMYK0.1500.880.27
HSL70.24º78.85%40.78%-
HSV(B)70.24º88.17%72.94%-
XYZ31.842.447.28-
YUV158.9350.72127.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 186 (73.05% from 255) = 50.82%
BLUE value IS 22 (8.98% from 255) = 6.01%
R=43.17%
G=50.82%
B=6.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158186220.1500.880.2770.2478.8540.78
Hex9EBA16F0581B464f29
Octal236272261701303310611751
Binary1001111010111010101101111010110001101110001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,22); }

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

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

 a { background-color: rgb(158,186,22); }

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

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

 span { border-color: rgb(158,186,22); }

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