#8A9812

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

Shades of Citron #8A9812

Tints of Citron #8A9812

Color information

#8A9812 (or 0x8A9812) is unknown color: approx Citron. HEX triplet: 8A, 98 and 12. RGB value is (138,152,18). Sum of RGB (Red+Green+Blue) = 138+152+18=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9812 is #7567ED. Grayscale: #858585. Windows color (decimal): -7694318 or 1218698. OLE color: 1218698.

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

Color convert

RGB13815218-
CMYK0.0900.880.40
HSL66.27º78.82%33.33%-
HSV(B)66.27º88.16%59.61%-
XYZ21.8227.94.81-
YUV132.5463.36131.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=44.81%
G=49.35%
B=5.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152180.0900.880.4066.2778.8233.33
Hex8A9812905828424f21
Octal212230221101305010211741
Binary10001010100110001001010010101100010100010000101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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