Html Css Color HEX #80941F Citron

📋 copy color: '#80941F'

red 128 ◦ green 148 ◦ blue 31

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

Shades of Citron #80941F

Tints of Citron #80941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 41.69%
G = 48.21%
B = 10.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#80941F (or 0x80941F) is known color: Citron. HEX triplet: 80, 94 and 1F. RGB value is (128,148,31). Sum of RGB (Red+Green+Blue) = 128+148+31=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #80941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80941F is #7F6BE0. Grayscale: #818181. Windows color (decimal): -8350689 or 2069632. OLE color: 2069632.

HSL color Cylindrical-coordinate representation of color #80941F: hue angle of 70.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80941F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 31 -
CMYK 0.14 0 0.79 0.42
HSL 70.26º 0.65% 0.35% -
HSV(B) 70.26º 0.79% 0.58% -
XYZ 19.74 25.87 5.25 -
YUV 128.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 128 148 31 0.14 0 0.79 0.42 70.26 0.65 0.35
Hex 80 94 1F E 0 4F 2A 46 41 23
Octal 200 224 37 16 0 117 52 106 101 43
Binary 10000000 10010100 11111 1110 0 1001111 101010 1000110 1000001 100011

Color Harmonies of #80941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80941F

Black with #80941F

Text Example


Text Example

White with #80941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80941F; }

 p { color: rgb(128,148,31); }

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

background-color css

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

 a { background-color: rgb(128,148,31); }

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

border-color css

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

 span { border-color: rgb(128,148,31); }

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