#8A8F21

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

Shades of Citron #8A8F21

Tints of Citron #8A8F21

Color information

#8A8F21 (or 0x8A8F21) is unknown color: approx Citron. HEX triplet: 8A, 8F and 21. RGB value is (138,143,33). Sum of RGB (Red+Green+Blue) = 138+143+33=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F21 is #7570DE. Grayscale: #818181. Windows color (decimal): -7696607 or 2199434. OLE color: 2199434.

HSL color Cylindrical-coordinate representation of color #8A8F21: hue angle of 62.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A8F21 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB13814333-
CMYK0.0300.770.44
HSL62.73º62.5%34.51%-
HSV(B)62.73º76.92%56.08%-
XYZ20.5825.165.21-
YUV128.9673.84134.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=43.95%
G=45.54%
B=10.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138143330.0300.770.4462.7362.534.51
Hex8A8F21304D2C3f3e23
Octal212217413011554777643
Binary10001010100011111000011101001101101100111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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