Html Css Color HEX #899020 Citron

📋 copy color: '#899020'

red 137 ◦ green 144 ◦ blue 32

#899020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #899020

Tints of Citron #899020

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 value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#899020 (or 0x899020) is known color: 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

RGB 137 144 32 -
CMYK 0.05 0 0.78 0.44
HSL 63.75º 0.64% 0.35% -
HSV(B) 63.75º 0.78% 0.56% -
XYZ 20.55 25.37 5.18 -
YUV 129.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 137 144 32 0.05 0 0.78 0.44 63.75 0.64 0.35
Hex 89 90 20 5 0 4E 2C 40 40 23
Octal 211 220 40 5 0 116 54 100 100 43
Binary 10001001 10010000 100000 101 0 1001110 101100 1000000 1000000 100011

Color Harmonies of #899020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899020

Black with #899020

Text Example


Text Example

White with #899020

Text Example


Text Example

HTML Codes & Css Web 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>