#89A412

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

Shades of Citron #89A412

Tints of Citron #89A412

Color information

#89A412 (or 0x89A412) is unknown color: approx Citron. HEX triplet: 89, A4 and 12. RGB value is (137,164,18). Sum of RGB (Red+Green+Blue) = 137+164+18=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #89A412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A412 is #765BED. Grayscale: #8B8B8B. Windows color (decimal): -7756782 or 1221769. OLE color: 1221769.

HSL color Cylindrical-coordinate representation of color #89A412: hue angle of 71.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89A412 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB13716418-
CMYK0.1600.890.36
HSL71.1º80.22%35.69%-
HSV(B)71.1º89.02%64.31%-
XYZ23.731.915.48-
YUV139.2859.55126.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=42.95%
G=51.41%
B=5.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137164180.1600.890.3671.180.2235.69
Hex89A4121005924475024
Octal211244222001314410712044
Binary100010011010010010010100000101100110010010001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A412; }

 p { color: rgb(137,164,18); }

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

<style>
 a { background-color: #89A412; }

 a { background-color: rgb(137,164,18); }

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

<style>
 span { border-color: #89A412; }

 span { border-color: rgb(137,164,18); }

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