#8a8f26

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

Shades of Citron #8A8F26

Tints of Citron #8A8F26

Color information

#8A8F26 (or 0x8A8F26) is unknown color: approx Citron. HEX triplet: 8A, 8F and 26. RGB value is (138,143,38). Sum of RGB (Red+Green+Blue) = 138+143+38=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F26 is #7570D9. Grayscale: #818181. Windows color (decimal): -7696602 or 2527114. OLE color: 2527114.

HSL color Cylindrical-coordinate representation of color #8A8F26: hue angle of 62.86º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A8F26 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB13814338-
CMYK0.0300.730.44
HSL62.86º58.01%35.49%-
HSV(B)62.86º73.43%56.08%-
XYZ20.6525.195.61-
YUV129.5476.34134.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=43.26%
G=44.83%
B=11.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138143380.0300.730.4462.8658.0135.49
Hex8A8F2630492C3f3a23
Octal212217463011154777243
Binary10001010100011111001101101001001101100111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a8f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,143,38); }

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

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

 a { background-color: rgb(138,143,38); }

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

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

 span { border-color: rgb(138,143,38); }

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