Html Css Color HEX #80931A Citron

📋 copy color: '#80931A'

red 128 ◦ green 147 ◦ blue 26

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

Shades of Citron #80931A

Tints of Citron #80931A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 42.52%
G = 48.84%
B = 8.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#80931A (or 0x80931A) is known color: Citron. HEX triplet: 80, 93 and 1A. RGB value is (128,147,26). Sum of RGB (Red+Green+Blue) = 128+147+26=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #80931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80931A is #7F6CE5. Grayscale: #7F7F7F. Windows color (decimal): -8350950 or 1741696. OLE color: 1741696.

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

Color convert

RGB 128 147 26 -
CMYK 0.13 0 0.82 0.42
HSL 69.42º 0.7% 0.34% -
HSV(B) 69.42º 0.82% 0.58% -
XYZ 19.52 25.53 4.88 -
YUV 127.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 128 147 26 0.13 0 0.82 0.42 69.42 0.7 0.34
Hex 80 93 1A D 0 52 2A 45 46 22
Octal 200 223 32 15 0 122 52 105 106 42
Binary 10000000 10010011 11010 1101 0 1010010 101010 1000101 1000110 100010

Color Harmonies of #80931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80931A

Black with #80931A

Text Example


Text Example

White with #80931A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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