#8A9E2A

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

Shades of Citron #8A9E2A

Tints of Citron #8A9E2A

Color information

#8A9E2A (or 0x8A9E2A) is unknown color: approx Citron. HEX triplet: 8A, 9E and 2A. RGB value is (138,158,42). Sum of RGB (Red+Green+Blue) = 138+158+42=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9E2A is #7561D5. Grayscale: #8B8B8B. Windows color (decimal): -7692758 or 2793098. OLE color: 2793098.

HSL color Cylindrical-coordinate representation of color #8A9E2A: hue angle of 70.34º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A9E2A is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB13815842-
CMYK0.1300.730.38
HSL70.34º58%39.22%-
HSV(B)70.34º73.42%61.96%-
XYZ23.1330.026.77-
YUV138.873.37127.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 42 (16.80% from 255) = 12.43%
R=40.83%
G=46.75%
B=12.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138158420.1300.730.3870.345839.22
Hex8A9E2AD04926463a27
Octal21223652150111461067247
Binary10001010100111101010101101010010011001101000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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