Html Css Color HEX #809320 Citron

📋 copy color: '#809320'

red 128 ◦ green 147 ◦ blue 32

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

Shades of Citron #809320

Tints of Citron #809320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

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

R = 41.69%
G = 47.88%
B = 10.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#809320 (or 0x809320) is known color: Citron. HEX triplet: 80, 93 and 20. RGB value is (128,147,32). Sum of RGB (Red+Green+Blue) = 128+147+32=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #809320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809320 is #7F6CDF. Grayscale: #808080. Windows color (decimal): -8350944 or 2134912. OLE color: 2134912.

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

Color convert

RGB 128 147 32 -
CMYK 0.13 0 0.78 0.42
HSL 69.91º 0.64% 0.35% -
HSV(B) 69.91º 0.78% 0.58% -
XYZ 19.6 25.56 5.27 -
YUV 128.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 128 147 32 0.13 0 0.78 0.42 69.91 0.64 0.35
Hex 80 93 20 D 0 4E 2A 46 40 23
Octal 200 223 40 15 0 116 52 106 100 43
Binary 10000000 10010011 100000 1101 0 1001110 101010 1000110 1000000 100011

Color Harmonies of #809320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809320

Black with #809320

Text Example


Text Example

White with #809320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809320; }

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

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

background-color css

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

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

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

border-color css

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

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

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