#8A902A

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

Shades of Citron #8A902A

Tints of Citron #8A902A

Color information

#8A902A (or 0x8A902A) is unknown color: approx Citron. HEX triplet: 8A, 90 and 2A. RGB value is (138,144,42). Sum of RGB (Red+Green+Blue) = 138+144+42=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #8A902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A902A is #756FD5. Grayscale: #828282. Windows color (decimal): -7696342 or 2789514. OLE color: 2789514.

HSL color Cylindrical-coordinate representation of color #8A902A: hue angle of 63.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A902A is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB13814442-
CMYK0.0400.710.44
HSL63.53º54.84%36.47%-
HSV(B)63.53º70.83%56.47%-
XYZ20.8725.526.02-
YUV130.5878.01133.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=42.59%
G=44.44%
B=12.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144420.0400.710.4463.5354.8436.47
Hex8A902A40472C403724
Octal2122205240107541006744
Binary1000101010010000101010100010001111011001000000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,42); }

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

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

 a { background-color: rgb(138,144,42); }

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

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

 span { border-color: rgb(138,144,42); }

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