#8A9B2A

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

Shades of Citron #8A9B2A

Tints of Citron #8A9B2A

Color information

#8A9B2A (or 0x8A9B2A) is unknown color: approx Citron. HEX triplet: 8A, 9B and 2A. RGB value is (138,155,42). Sum of RGB (Red+Green+Blue) = 138+155+42=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B2A is #7564D5. Grayscale: #898989. Windows color (decimal): -7693526 or 2792330. OLE color: 2792330.

HSL color Cylindrical-coordinate representation of color #8A9B2A: hue angle of 69.03º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A9B2A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB13815542-
CMYK0.1100.730.39
HSL69.03º57.36%38.63%-
HSV(B)69.03º72.9%60.78%-
XYZ22.6229.016.6-
YUV137.0474.37128.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=41.19%
G=46.27%
B=12.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155420.1100.730.3969.0357.3638.63
Hex8A9B2AB04927453927
Octal21223352130111471057147
Binary10001010100110111010101011010010011001111000101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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