#8A901D

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

Shades of Citron #8A901D

Tints of Citron #8A901D

Color information

#8A901D (or 0x8A901D) is unknown color: approx Citron. HEX triplet: 8A, 90 and 1D. RGB value is (138,144,29). Sum of RGB (Red+Green+Blue) = 138+144+29=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #8A901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A901D is #756FE2. Grayscale: #818181. Windows color (decimal): -7696355 or 1937546. OLE color: 1937546.

HSL color Cylindrical-coordinate representation of color #8A901D: hue angle of 63.13º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A901D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB13814429-
CMYK0.0400.800.44
HSL63.13º66.47%33.92%-
HSV(B)63.13º79.86%56.47%-
XYZ20.6825.444.98-
YUV129.171.51134.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=44.37%
G=46.30%
B=9.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138144290.0400.800.4463.1366.4733.92
Hex8A901D40502C3f4222
Octal2122203540120547710242
Binary100010101001000011101100010100001011001111111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,29); }

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

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

 a { background-color: rgb(138,144,29); }

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

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

 span { border-color: rgb(138,144,29); }

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