Html Css Color HEX #809516 Citron

📋 copy color: '#809516'

red 128 ◦ green 149 ◦ blue 22

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

Shades of Citron #809516

Tints of Citron #809516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 42.81%
G = 49.83%
B = 7.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#809516 (or 0x809516) is known color: Citron. HEX triplet: 80, 95 and 16. RGB value is (128,149,22). Sum of RGB (Red+Green+Blue) = 128+149+22=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #809516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809516 is #7F6AE9. Grayscale: #808080. Windows color (decimal): -8350442 or 1480064. OLE color: 1480064.

HSL color Cylindrical-coordinate representation of color #809516: hue angle of 69.92º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #809516 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 22 -
CMYK 0.14 0 0.85 0.42
HSL 69.92º 0.74% 0.34% -
HSV(B) 69.92º 0.85% 0.58% -
XYZ 19.79 26.14 4.76 -
YUV 128.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 128 149 22 0.14 0 0.85 0.42 69.92 0.74 0.34
Hex 80 95 16 E 0 55 2A 46 4A 22
Octal 200 225 26 16 0 125 52 106 112 42
Binary 10000000 10010101 10110 1110 0 1010101 101010 1000110 1001010 100010

Color Harmonies of #809516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809516

Black with #809516

Text Example


Text Example

White with #809516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809516; }

 p { color: rgb(128,149,22); }

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

background-color css

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

 a { background-color: rgb(128,149,22); }

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

border-color css

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

 span { border-color: rgb(128,149,22); }

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