Html Css Color HEX #809314 Citron

📋 copy color: '#809314'

red 128 ◦ green 147 ◦ blue 20

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

Shades of Citron #809314

Tints of Citron #809314

RGB

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

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

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

R = 43.39%
G = 49.83%
B = 6.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#809314 (or 0x809314) is known color: Citron. HEX triplet: 80, 93 and 14. RGB value is (128,147,20). Sum of RGB (Red+Green+Blue) = 128+147+20=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #809314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809314 is #7F6CEB. Grayscale: #7F7F7F. Windows color (decimal): -8350956 or 1348480. OLE color: 1348480.

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

Color convert

RGB 128 147 20 -
CMYK 0.13 0 0.86 0.42
HSL 68.98º 0.76% 0.33% -
HSV(B) 68.98º 0.86% 0.58% -
XYZ 19.46 25.51 4.56 -
YUV 126.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 128 147 20 0.13 0 0.86 0.42 68.98 0.76 0.33
Hex 80 93 14 D 0 56 2A 45 4C 21
Octal 200 223 24 15 0 126 52 105 114 41
Binary 10000000 10010011 10100 1101 0 1010110 101010 1000101 1001100 100001

Color Harmonies of #809314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809314

Black with #809314

Text Example


Text Example

White with #809314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809314; }

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

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

background-color css

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

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

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

border-color css

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

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

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