#8A9428

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

Shades of Citron #8A9428

Tints of Citron #8A9428

Color information

#8A9428 (or 0x8A9428) is unknown color: approx Citron. HEX triplet: 8A, 94 and 28. RGB value is (138,148,40). Sum of RGB (Red+Green+Blue) = 138+148+40=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9428 is #756BD7. Grayscale: #858585. Windows color (decimal): -7695320 or 2659466. OLE color: 2659466.

HSL color Cylindrical-coordinate representation of color #8A9428: hue angle of 65.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A9428 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB13814840-
CMYK0.0700.730.42
HSL65.56º57.45%36.86%-
HSV(B)65.56º72.97%58.04%-
XYZ21.4526.746.04-
YUV132.775.69131.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=42.33%
G=45.40%
B=12.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148400.0700.730.4265.5657.4536.86
Hex8A942870492A423925
Octal2122245070111521027145
Binary1000101010010100101000111010010011010101000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,40); }

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

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

 a { background-color: rgb(138,148,40); }

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

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

 span { border-color: rgb(138,148,40); }

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