#8A9816

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

Shades of Citron #8A9816

Tints of Citron #8A9816

Color information

#8A9816 (or 0x8A9816) is unknown color: approx Citron. HEX triplet: 8A, 98 and 16. RGB value is (138,152,22). Sum of RGB (Red+Green+Blue) = 138+152+22=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9816 is #7567E9. Grayscale: #858585. Windows color (decimal): -7694314 or 1480842. OLE color: 1480842.

HSL color Cylindrical-coordinate representation of color #8A9816: hue angle of 66.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A9816 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB13815222-
CMYK0.0900.860.40
HSL66.46º74.71%34.12%-
HSV(B)66.46º85.53%59.61%-
XYZ21.8527.925-
YUV132.9965.36131.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=44.23%
G=48.72%
B=7.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152220.0900.860.4066.4674.7134.12
Hex8A9816905628424b22
Octal212230261101265010211342
Binary10001010100110001011010010101011010100010000101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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