#899020

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

Shades of Citron #899020

Tints of Citron #899020

Color information

#899020 (or 0x899020) is unknown color: approx Citron. HEX triplet: 89, 90 and 20. RGB value is (137,144,32). Sum of RGB (Red+Green+Blue) = 137+144+32=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #899020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899020 is #766FDF. Grayscale: #818181. Windows color (decimal): -7761888 or 2134153. OLE color: 2134153.

HSL color Cylindrical-coordinate representation of color #899020: hue angle of 63.75º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #899020 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB13714432-
CMYK0.0500.780.44
HSL63.75º63.64%34.51%-
HSV(B)63.75º77.78%56.47%-
XYZ20.5525.375.18-
YUV129.1473.18133.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=43.77%
G=46.01%
B=10.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144320.0500.780.4463.7563.6434.51
Hex899020504E2C404023
Octal21122040501165410010043
Binary10001001100100001000001010100111010110010000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899020; }

 p { color: rgb(137,144,32); }

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

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

 a { background-color: rgb(137,144,32); }

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

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

 span { border-color: rgb(137,144,32); }

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