#8A8E20

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

Shades of Citron #8A8E20

Tints of Citron #8A8E20

Color information

#8A8E20 (or 0x8A8E20) is unknown color: approx Citron. HEX triplet: 8A, 8E and 20. RGB value is (138,142,32). Sum of RGB (Red+Green+Blue) = 138+142+32=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E20 is #7571DF. Grayscale: #808080. Windows color (decimal): -7696864 or 2133642. OLE color: 2133642.

HSL color Cylindrical-coordinate representation of color #8A8E20: hue angle of 62.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A8E20 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB13814232-
CMYK0.0300.770.44
HSL62.18º63.22%34.12%-
HSV(B)62.18º77.46%55.69%-
XYZ20.4124.855.09-
YUV128.2673.67134.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 32 (12.89% from 255) = 10.26%
R=44.23%
G=45.51%
B=10.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142320.0300.770.4462.1863.2234.12
Hex8A8E20304D2C3e3f22
Octal212216403011554767742
Binary10001010100011101000001101001101101100111110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,32); }

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

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

 a { background-color: rgb(138,142,32); }

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

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

 span { border-color: rgb(138,142,32); }

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