Html Css Color HEX #80931C Citron

📋 copy color: '#80931C'

red 128 ◦ green 147 ◦ blue 28

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

Shades of Citron #80931C

Tints of Citron #80931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 42.24%
G = 48.51%
B = 9.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#80931C (or 0x80931C) is known color: Citron. HEX triplet: 80, 93 and 1C. RGB value is (128,147,28). Sum of RGB (Red+Green+Blue) = 128+147+28=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #80931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80931C is #7F6CE3. Grayscale: #808080. Windows color (decimal): -8350948 or 1872768. OLE color: 1872768.

HSL color Cylindrical-coordinate representation of color #80931C: hue angle of 69.58º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80931C is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 28 -
CMYK 0.13 0 0.81 0.42
HSL 69.58º 0.68% 0.34% -
HSV(B) 69.58º 0.81% 0.58% -
XYZ 19.55 25.54 5 -
YUV 127.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 128 147 28 0.13 0 0.81 0.42 69.58 0.68 0.34
Hex 80 93 1C D 0 51 2A 46 44 22
Octal 200 223 34 15 0 121 52 106 104 42
Binary 10000000 10010011 11100 1101 0 1010001 101010 1000110 1000100 100010

Color Harmonies of #80931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80931C

Black with #80931C

Text Example


Text Example

White with #80931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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