#8A9225

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

Shades of Citron #8A9225

Tints of Citron #8A9225

Color information

#8A9225 (or 0x8A9225) is unknown color: approx Citron. HEX triplet: 8A, 92 and 25. RGB value is (138,146,37). Sum of RGB (Red+Green+Blue) = 138+146+37=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9225 is #756DDA. Grayscale: #838383. Windows color (decimal): -7695835 or 2462346. OLE color: 2462346.

HSL color Cylindrical-coordinate representation of color #8A9225: hue angle of 64.4º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A9225 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB13814637-
CMYK0.0500.750.43
HSL64.4º59.56%35.88%-
HSV(B)64.4º74.66%57.25%-
XYZ21.0926.095.68-
YUV131.1874.85132.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=42.99%
G=45.48%
B=11.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146370.0500.750.4364.459.5635.88
Hex8A9225504B2B403c24
Octal2122224550113531007444
Binary1000101010010010100101101010010111010111000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,37); }

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

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

 a { background-color: rgb(138,146,37); }

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

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

 span { border-color: rgb(138,146,37); }

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