#8A9B28

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

Shades of Citron #8A9B28

Tints of Citron #8A9B28

Color information

#8A9B28 (or 0x8A9B28) is unknown color: approx Citron. HEX triplet: 8A, 9B and 28. RGB value is (138,155,40). Sum of RGB (Red+Green+Blue) = 138+155+40=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B28 is #7564D7. Grayscale: #898989. Windows color (decimal): -7693528 or 2661258. OLE color: 2661258.

HSL color Cylindrical-coordinate representation of color #8A9B28: hue angle of 68.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A9B28 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB13815540-
CMYK0.1100.740.39
HSL68.87º58.97%38.24%-
HSV(B)68.87º74.19%60.78%-
XYZ22.59296.41-
YUV136.8173.37128.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 40 (16.02% from 255) = 12.01%
R=41.44%
G=46.55%
B=12.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155400.1100.740.3968.8758.9738.24
Hex8A9B28B04A27453b26
Octal21223350130112471057346
Binary10001010100110111010001011010010101001111000101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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