#8A8D17

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

Shades of Citron #8A8D17

Tints of Citron #8A8D17

Color information

#8A8D17 (or 0x8A8D17) is unknown color: approx Citron. HEX triplet: 8A, 8D and 17. RGB value is (138,141,23). Sum of RGB (Red+Green+Blue) = 138+141+23=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8D17 is #7572E8. Grayscale: #7F7F7F. Windows color (decimal): -7697129 or 1543562. OLE color: 1543562.

HSL color Cylindrical-coordinate representation of color #8A8D17: hue angle of 61.53º degrees, saturation: 0.72, 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 #8A8D17 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13814123-
CMYK0.0200.840.45
HSL61.53º71.95%32.16%-
HSV(B)61.53º83.69%55.29%-
XYZ20.1624.514.48-
YUV126.6569.51136.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 23 (9.38% from 255) = 7.62%
R=45.70%
G=46.69%
B=7.62%

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
Decimal138141230.0200.840.4561.5371.9532.16
Hex8A8D1720542D3e4820
Octal2122152720124557611040
Binary10001010100011011011110010101001011011111101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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