#8E8B1B

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

Shades of Citron #8E8B1B

Tints of Citron #8E8B1B

Color information

#8E8B1B (or 0x8E8B1B) is unknown color: approx Citron. HEX triplet: 8E, 8B and 1B. RGB value is (142,139,27). Sum of RGB (Red+Green+Blue) = 142+139+27=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B1B is #7174E4. Grayscale: #7F7F7F. Windows color (decimal): -7435493 or 1805198. OLE color: 1805198.

HSL color Cylindrical-coordinate representation of color #8E8B1B: hue angle of 58.43º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E8B1B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14213927-
CMYK00.020.810.44
HSL58.43º68.05%33.14%-
HSV(B)58.43º80.99%55.69%-
XYZ20.5924.34.64-
YUV127.1371.49138.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 27 (10.94% from 255) = 8.77%
R=46.10%
G=45.13%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421392700.020.810.4458.4368.0533.14
Hex8E8B1B02512C3a4421
Octal2162133302121547210441
Binary10001110100010111101101010100011011001110101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,27); }

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

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

 a { background-color: rgb(142,139,27); }

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

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

 span { border-color: rgb(142,139,27); }

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