#9EBA04

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

Shades of Citrus #9EBA04

Tints of Citrus #9EBA04

Color information

#9EBA04 (or 0x9EBA04) is unknown color: approx Citrus. HEX triplet: 9E, BA and 04. RGB value is (158,186,4). Sum of RGB (Red+Green+Blue) = 158+186+4=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA04 is #6145FB. Grayscale: #9D9D9D. Windows color (decimal): -6374908 or 309918. OLE color: 309918.

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

Color convert

RGB1581864-
CMYK0.1500.980.27
HSL69.23º95.79%37.25%-
HSV(B)69.23º97.85%72.94%-
XYZ31.6842.46.63-
YUV156.8841.72128.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=45.40%
G=53.45%
B=1.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15818640.1500.980.2769.2395.7937.25
Hex9EBA4F0621B456025
Octal23627241701423310514045
Binary10011110101110101001111011000101101110001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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