#8A9828

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

Shades of Citron #8A9828

Tints of Citron #8A9828

Color information

#8A9828 (or 0x8A9828) is unknown color: approx Citron. HEX triplet: 8A, 98 and 28. RGB value is (138,152,40). Sum of RGB (Red+Green+Blue) = 138+152+40=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9828 is #7567D7. Grayscale: #878787. Windows color (decimal): -7694296 or 2660490. OLE color: 2660490.

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

Color convert

RGB13815240-
CMYK0.0900.740.40
HSL67.5º58.33%37.65%-
HSV(B)67.5º73.68%59.61%-
XYZ22.0928.016.25-
YUV135.0574.36130.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=41.82%
G=46.06%
B=12.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152400.0900.740.4067.558.3337.65
Hex8A9828904A28443a26
Octal21223050110112501047246
Binary10001010100110001010001001010010101010001000100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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