Html Css Color HEX #809316 Citron

📋 copy color: '#809316'

red 128 ◦ green 147 ◦ blue 22

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

Shades of Citron #809316

Tints of Citron #809316

RGB

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

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

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

R = 43.1%
G = 49.49%
B = 7.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#809316 (or 0x809316) is known color: Citron. HEX triplet: 80, 93 and 16. RGB value is (128,147,22). Sum of RGB (Red+Green+Blue) = 128+147+22=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #809316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809316 is #7F6CE9. Grayscale: #7F7F7F. Windows color (decimal): -8350954 or 1479552. OLE color: 1479552.

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

Color convert

RGB 128 147 22 -
CMYK 0.13 0 0.85 0.42
HSL 69.12º 0.74% 0.33% -
HSV(B) 69.12º 0.85% 0.58% -
XYZ 19.48 25.51 4.66 -
YUV 127.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 128 147 22 0.13 0 0.85 0.42 69.12 0.74 0.33
Hex 80 93 16 D 0 55 2A 45 4A 21
Octal 200 223 26 15 0 125 52 105 112 41
Binary 10000000 10010011 10110 1101 0 1010101 101010 1000101 1001010 100001

Color Harmonies of #809316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809316

Black with #809316

Text Example


Text Example

White with #809316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809316; }

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

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

background-color css

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

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

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

border-color css

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

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

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