Html Css Color HEX #809214 Citron

📋 copy color: '#809214'

red 128 ◦ green 146 ◦ blue 20

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

Shades of Citron #809214

Tints of Citron #809214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

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

R = 43.54%
G = 49.66%
B = 6.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#809214 (or 0x809214) is known color: Citron. HEX triplet: 80, 92 and 14. RGB value is (128,146,20). Sum of RGB (Red+Green+Blue) = 128+146+20=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #809214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809214 is #7F6DEB. Grayscale: #7E7E7E. Windows color (decimal): -8351212 or 1348224. OLE color: 1348224.

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

Color convert

RGB 128 146 20 -
CMYK 0.12 0 0.86 0.43
HSL 68.57º 0.76% 0.33% -
HSV(B) 68.57º 0.86% 0.57% -
XYZ 19.31 25.2 4.51 -
YUV 126.25 68.04 129.25 -
System Red Green Blue C M Y K H S L
Decimal 128 146 20 0.12 0 0.86 0.43 68.57 0.76 0.33
Hex 80 92 14 C 0 56 2B 45 4C 21
Octal 200 222 24 14 0 126 53 105 114 41
Binary 10000000 10010010 10100 1100 0 1010110 101011 1000101 1001100 100001

Color Harmonies of #809214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809214

Black with #809214

Text Example


Text Example

White with #809214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809214; }

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

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

background-color css

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

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

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

border-color css

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

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

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