#9EBE0A

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

Shades of Citrus #9EBE0A

Tints of Citrus #9EBE0A

Color information

#9EBE0A (or 0x9EBE0A) is unknown color: approx Citrus. HEX triplet: 9E, BE and 0A. RGB value is (158,190,10). Sum of RGB (Red+Green+Blue) = 158+190+10=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBE0A is #6141F5. Grayscale: #A0A0A0. Windows color (decimal): -6373878 or 704158. OLE color: 704158.

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

Color convert

RGB15819010-
CMYK0.1700.950.25
HSL70.67º90%39.22%-
HSV(B)70.67º94.74%74.51%-
XYZ32.5744.127.09-
YUV159.9143.4126.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 190 (74.61% from 255) = 53.07%
BLUE value IS 10 (4.30% from 255) = 2.79%
R=44.13%
G=53.07%
B=2.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158190100.1700.950.2570.679039.22
Hex9EBEA1105F19475a27
Octal236276122101373110713247
Binary1001111010111110101010001010111111100110001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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