#8E9E0B

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

Shades of Citron #8E9E0B

Tints of Citron #8E9E0B

Color information

#8E9E0B (or 0x8E9E0B) is unknown color: approx Citron. HEX triplet: 8E, 9E and 0B. RGB value is (142,158,11). Sum of RGB (Red+Green+Blue) = 142+158+11=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9E0B is #7161F4. Grayscale: #898989. Windows color (decimal): -7430645 or 761486. OLE color: 761486.

HSL color Cylindrical-coordinate representation of color #8E9E0B: hue angle of 66.53º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E9E0B is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB14215811-
CMYK0.1000.930.38
HSL66.53º86.98%33.14%-
HSV(B)66.53º93.04%61.96%-
XYZ23.4430.234.92-
YUV136.4657.2131.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=45.66%
G=50.80%
B=3.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142158110.1000.930.3866.5386.9833.14
Hex8E9EBA05D26435721
Octal216236131201354610312741
Binary1000111010011110101110100101110110011010000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9E0B; }

 p { color: rgb(142,158,11); }

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

<style>
 a { background-color: #8E9E0B; }

 a { background-color: rgb(142,158,11); }

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

<style>
 span { border-color: #8E9E0B; }

 span { border-color: rgb(142,158,11); }

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