#8A8D16

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

Shades of Citron #8A8D16

Tints of Citron #8A8D16

Color information

#8A8D16 (or 0x8A8D16) is unknown color: approx Citron. HEX triplet: 8A, 8D and 16. RGB value is (138,141,22). Sum of RGB (Red+Green+Blue) = 138+141+22=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D16 is #7572E9. Grayscale: #7F7F7F. Windows color (decimal): -7697130 or 1478026. OLE color: 1478026.

HSL color Cylindrical-coordinate representation of color #8A8D16: hue angle of 61.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A8D16 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13814122-
CMYK0.0200.840.45
HSL61.51º73.01%31.96%-
HSV(B)61.51º84.4%55.29%-
XYZ20.1524.514.43-
YUV126.5469.01136.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=45.85%
G=46.84%
B=7.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138141220.0200.840.4561.5173.0131.96
Hex8A8D1620542D3e4920
Octal2122152620124557611140
Binary10001010100011011011010010101001011011111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,141,22); }

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

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

 a { background-color: rgb(138,141,22); }

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

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

 span { border-color: rgb(138,141,22); }

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