Html Css Color HEX #809514 Citron

📋 copy color: '#809514'

red 128 ◦ green 149 ◦ blue 20

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

Shades of Citron #809514

Tints of Citron #809514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 43.1%
G = 50.17%
B = 6.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#809514 (or 0x809514) is known color: Citron. HEX triplet: 80, 95 and 14. RGB value is (128,149,20). Sum of RGB (Red+Green+Blue) = 128+149+20=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #809514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809514 is #7F6AEB. Grayscale: #808080. Windows color (decimal): -8350444 or 1348992. OLE color: 1348992.

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

Color convert

RGB 128 149 20 -
CMYK 0.14 0 0.87 0.42
HSL 69.77º 0.76% 0.33% -
HSV(B) 69.77º 0.87% 0.58% -
XYZ 19.78 26.13 4.66 -
YUV 128.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 128 149 20 0.14 0 0.87 0.42 69.77 0.76 0.33
Hex 80 95 14 E 0 57 2A 46 4C 21
Octal 200 225 24 16 0 127 52 106 114 41
Binary 10000000 10010101 10100 1110 0 1010111 101010 1000110 1001100 100001

Color Harmonies of #809514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809514

Black with #809514

Text Example


Text Example

White with #809514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809514; }

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

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

background-color css

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

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

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

border-color css

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

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

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