#8E980B

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

Shades of Citron #8E980B

Tints of Citron #8E980B

Color information

#8E980B (or 0x8E980B) is unknown color: approx Citron. HEX triplet: 8E, 98 and 0B. RGB value is (142,152,11). Sum of RGB (Red+Green+Blue) = 142+152+11=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #8E980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E980B is #7167F4. Grayscale: #858585. Windows color (decimal): -7432181 or 759950. OLE color: 759950.

HSL color Cylindrical-coordinate representation of color #8E980B: hue angle of 64.26º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E980B is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB14215211-
CMYK0.0700.930.40
HSL64.26º86.5%31.96%-
HSV(B)64.26º92.76%59.61%-
XYZ22.4428.234.58-
YUV132.9459.19134.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 11 (4.69% from 255) = 3.61%
R=46.56%
G=49.84%
B=3.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152110.0700.930.4064.2686.531.96
Hex8E98B705D28405720
Octal21623013701355010012740
Binary100011101001100010111110101110110100010000001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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