#8A8D1B

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

Shades of Citron #8A8D1B

Tints of Citron #8A8D1B

Color information

#8A8D1B (or 0x8A8D1B) is unknown color: approx Citron. HEX triplet: 8A, 8D and 1B. RGB value is (138,141,27). Sum of RGB (Red+Green+Blue) = 138+141+27=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8D1B is #7572E4. Grayscale: #7F7F7F. Windows color (decimal): -7697125 or 1805706. OLE color: 1805706.

HSL color Cylindrical-coordinate representation of color #8A8D1B: hue angle of 61.58º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A8D1B is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB13814127-
CMYK0.0200.810.45
HSL61.58º67.86%32.94%-
HSV(B)61.58º80.85%55.29%-
XYZ20.224.534.71-
YUV127.1171.51135.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 27 (10.94% from 255) = 8.82%
R=45.10%
G=46.08%
B=8.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138141270.0200.810.4561.5867.8632.94
Hex8A8D1B20512D3e4421
Octal2122153320121557610441
Binary10001010100011011101110010100011011011111101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,141,27); }

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

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

 a { background-color: rgb(138,141,27); }

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

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

 span { border-color: rgb(138,141,27); }

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