#8A9728

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

Shades of Citron #8A9728

Tints of Citron #8A9728

Color information

#8A9728 (or 0x8A9728) is unknown color: approx Citron. HEX triplet: 8A, 97 and 28. RGB value is (138,151,40). Sum of RGB (Red+Green+Blue) = 138+151+40=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9728 is #7568D7. Grayscale: #868686. Windows color (decimal): -7694552 or 2660234. OLE color: 2660234.

HSL color Cylindrical-coordinate representation of color #8A9728: hue angle of 67.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A9728 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB13815140-
CMYK0.0900.740.41
HSL67.03º58.12%37.45%-
HSV(B)67.03º73.51%59.22%-
XYZ21.9327.696.2-
YUV134.4674.69130.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 40 (16.02% from 255) = 12.16%
R=41.95%
G=45.90%
B=12.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138151400.0900.740.4167.0358.1237.45
Hex8A9728904A29433a25
Octal21222750110112511037245
Binary10001010100101111010001001010010101010011000011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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