#8a991e

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

Shades of Citron #8A991E

Tints of Citron #8A991E

Color information

#8A991E (or 0x8A991E) is unknown color: approx Citron. HEX triplet: 8A, 99 and 1E. RGB value is (138,153,30). Sum of RGB (Red+Green+Blue) = 138+153+30=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #8A991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A991E is #7566E1. Grayscale: #868686. Windows color (decimal): -7694050 or 2005386. OLE color: 2005386.

HSL color Cylindrical-coordinate representation of color #8A991E: hue angle of 67.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A991E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB13815330-
CMYK0.1000.800.4
HSL67.32º67.21%35.88%-
HSV(B)67.32º80.39%60%-
XYZ22.1128.285.52-
YUV134.4969.03130.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=42.99%
G=47.66%
B=9.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138153300.1000.800.467.3267.2135.88
Hex8A991EA05028434324
Octal212231361201205010310344
Binary10001010100110011111010100101000010100010000111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a991e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,30); }

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

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

 a { background-color: rgb(138,153,30); }

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

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

 span { border-color: rgb(138,153,30); }

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