#9EBE0E

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

Shades of Citrus #9EBE0E

Tints of Citrus #9EBE0E

Color information

#9EBE0E (or 0x9EBE0E) is unknown color: approx Citrus. HEX triplet: 9E, BE and 0E. RGB value is (158,190,14). Sum of RGB (Red+Green+Blue) = 158+190+14=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBE0E is #6141F1. Grayscale: #A1A1A1. Windows color (decimal): -6373874 or 966302. OLE color: 966302.

HSL color Cylindrical-coordinate representation of color #9EBE0E: hue angle of 70.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EBE0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB15819014-
CMYK0.1700.930.25
HSL70.91º86.27%40%-
HSV(B)70.91º92.63%74.51%-
XYZ32.5944.137.22-
YUV160.3745.4126.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 190 (74.61% from 255) = 52.49%
BLUE value IS 14 (5.86% from 255) = 3.87%
R=43.65%
G=52.49%
B=3.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158190140.1700.930.2570.9186.2740
Hex9EBEE1105D19475628
Octal236276162101353110712650
Binary1001111010111110111010001010111011100110001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,190,14); }

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

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

 a { background-color: rgb(158,190,14); }

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

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

 span { border-color: rgb(158,190,14); }

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