#89AA0D

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

Shades of Citrus #89AA0D

Tints of Citrus #89AA0D

Color information

#89AA0D (or 0x89AA0D) is unknown color: approx Citrus. HEX triplet: 89, AA and 0D. RGB value is (137,170,13). Sum of RGB (Red+Green+Blue) = 137+170+13=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AA0D is #7655F2. Grayscale: #8E8E8E. Windows color (decimal): -7755251 or 895625. OLE color: 895625.

HSL color Cylindrical-coordinate representation of color #89AA0D: hue angle of 72.61º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89AA0D is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB13717013-
CMYK0.1900.920.33
HSL72.61º85.79%35.88%-
HSV(B)72.61º92.35%66.67%-
XYZ24.7634.15.66-
YUV142.2355.07124.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 13 (5.47% from 255) = 4.06%
R=42.81%
G=53.12%
B=4.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137170130.1900.920.3372.6185.7935.88
Hex89AAD1305C21495624
Octal211252152301344111112644
Binary10001001101010101101100110101110010000110010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,13); }

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

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

 a { background-color: rgb(137,170,13); }

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

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

 span { border-color: rgb(137,170,13); }

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