#8A9811

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

Shades of Citron #8A9811

Tints of Citron #8A9811

Color information

#8A9811 (or 0x8A9811) is unknown color: approx Citron. HEX triplet: 8A, 98 and 11. RGB value is (138,152,17). Sum of RGB (Red+Green+Blue) = 138+152+17=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9811 is #7567EE. Grayscale: #848484. Windows color (decimal): -7694319 or 1153162. OLE color: 1153162.

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

Color convert

RGB13815217-
CMYK0.0900.890.40
HSL66.22º79.88%33.14%-
HSV(B)66.22º88.82%59.61%-
XYZ21.8127.94.77-
YUV132.4262.86131.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=44.95%
G=49.51%
B=5.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152170.0900.890.4066.2279.8833.14
Hex8A9811905928425021
Octal212230211101315010212041
Binary10001010100110001000110010101100110100010000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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