Html Css Color HEX #899420 Citron

📋 copy color: '#899420'

red 137 ◦ green 148 ◦ blue 32

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

Shades of Citron #899420

Tints of Citron #899420

RGB

 RED value IS 137 (53.91% from 255) = 43.22%

 GREEN value IS 148 (58.2% from 255) = 46.69%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 43.22%
G = 46.69%
B = 10.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#899420 (or 0x899420) is known color: Citron. HEX triplet: 89, 94 and 20. RGB value is (137,148,32). Sum of RGB (Red+Green+Blue) = 137+148+32=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #899420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899420 is #766BDF. Grayscale: #838383. Windows color (decimal): -7760864 or 2135177. OLE color: 2135177.

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

Color convert

RGB 137 148 32 -
CMYK 0.07 0 0.78 0.42
HSL 65.69º 0.64% 0.35% -
HSV(B) 65.69º 0.78% 0.58% -
XYZ 21.17 26.6 5.39 -
YUV 131.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 137 148 32 0.07 0 0.78 0.42 65.69 0.64 0.35
Hex 89 94 20 7 0 4E 2A 42 40 23
Octal 211 224 40 7 0 116 52 102 100 43
Binary 10001001 10010100 100000 111 0 1001110 101010 1000010 1000000 100011

Color Harmonies of #899420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899420

Black with #899420

Text Example


Text Example

White with #899420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899420; }

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

 H1.HeaderClassName
 {
   color: #899420;
 }
 .AnyTagClassName
 {
   color: #899420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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