#8A9821

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

Shades of Citron #8A9821

Tints of Citron #8A9821

Color information

#8A9821 (or 0x8A9821) is unknown color: approx Citron. HEX triplet: 8A, 98 and 21. RGB value is (138,152,33). Sum of RGB (Red+Green+Blue) = 138+152+33=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9821 is #7567DE. Grayscale: #868686. Windows color (decimal): -7694303 or 2201738. OLE color: 2201738.

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

Color convert

RGB13815233-
CMYK0.0900.780.40
HSL67.06º64.32%36.27%-
HSV(B)67.06º78.29%59.61%-
XYZ21.9827.975.68-
YUV134.2570.86130.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 33 (13.28% from 255) = 10.22%
R=42.72%
G=47.06%
B=10.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152330.0900.780.4067.0664.3236.27
Hex8A9821904E28434024
Octal212230411101165010310044
Binary100010101001100010000110010100111010100010000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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