Html Css Color HEX #809114 Citron

📋 copy color: '#809114'

red 128 ◦ green 145 ◦ blue 20

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

Shades of Citron #809114

Tints of Citron #809114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.49%

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

R = 43.69%
G = 49.49%
B = 6.83%

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

#809114 (or 0x809114) is known color: Citron. HEX triplet: 80, 91 and 14. RGB value is (128,145,20). Sum of RGB (Red+Green+Blue) = 128+145+20=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #809114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809114 is #7F6EEB. Grayscale: #7E7E7E. Windows color (decimal): -8351468 or 1347968. OLE color: 1347968.

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

Color convert

RGB 128 145 20 -
CMYK 0.12 0 0.86 0.43
HSL 68.16º 0.76% 0.32% -
HSV(B) 68.16º 0.86% 0.57% -
XYZ 19.15 24.89 4.46 -
YUV 125.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 128 145 20 0.12 0 0.86 0.43 68.16 0.76 0.32
Hex 80 91 14 C 0 56 2B 44 4C 20
Octal 200 221 24 14 0 126 53 104 114 40
Binary 10000000 10010001 10100 1100 0 1010110 101011 1000100 1001100 100000

Color Harmonies of #809114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809114

Black with #809114

Text Example


Text Example

White with #809114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809114; }

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

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

background-color css

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

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

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

border-color css

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

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

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