#8E950B

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

Shades of Citron #8E950B

Tints of Citron #8E950B

Color information

#8E950B (or 0x8E950B) is unknown color: approx Citron. HEX triplet: 8E, 95 and 0B. RGB value is (142,149,11). Sum of RGB (Red+Green+Blue) = 142+149+11=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #8E950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E950B is #716AF4. Grayscale: #838383. Windows color (decimal): -7432949 or 759182. OLE color: 759182.

HSL color Cylindrical-coordinate representation of color #8E950B: hue angle of 63.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E950B is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14214911-
CMYK0.0500.930.42
HSL63.04º86.25%31.37%-
HSV(B)63.04º92.62%58.43%-
XYZ21.9627.274.42-
YUV131.1760.18135.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 11 (4.69% from 255) = 3.64%
R=47.02%
G=49.34%
B=3.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149110.0500.930.4263.0486.2531.37
Hex8E95B505D2A3f561f
Octal2162251350135527712637
Binary1000111010010101101110101011101101010111111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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