Html Css Color HEX #809420 Citron

📋 copy color: '#809420'

red 128 ◦ green 148 ◦ blue 32

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

Shades of Citron #809420

Tints of Citron #809420

RGB

 RED value IS 128 (50.39% from 255) = 41.56%

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

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

R = 41.56%
G = 48.05%
B = 10.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#809420 (or 0x809420) is known color: Citron. HEX triplet: 80, 94 and 20. RGB value is (128,148,32). Sum of RGB (Red+Green+Blue) = 128+148+32=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #809420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809420 is #7F6BDF. Grayscale: #818181. Windows color (decimal): -8350688 or 2135168. OLE color: 2135168.

HSL color Cylindrical-coordinate representation of color #809420: hue angle of 70.34º 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 #809420 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 32 -
CMYK 0.14 0 0.78 0.42
HSL 70.34º 0.64% 0.35% -
HSV(B) 70.34º 0.78% 0.58% -
XYZ 19.75 25.87 5.32 -
YUV 128.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 128 148 32 0.14 0 0.78 0.42 70.34 0.64 0.35
Hex 80 94 20 E 0 4E 2A 46 40 23
Octal 200 224 40 16 0 116 52 106 100 43
Binary 10000000 10010100 100000 1110 0 1001110 101010 1000110 1000000 100011

Color Harmonies of #809420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809420

Black with #809420

Text Example


Text Example

White with #809420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809420; }

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

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

background-color css

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

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

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

border-color css

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

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

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