Html Css Color HEX #80941C Citron

📋 copy color: '#80941C'

red 128 ◦ green 148 ◦ blue 28

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

Shades of Citron #80941C

Tints of Citron #80941C

RGB

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

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

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

R = 42.11%
G = 48.68%
B = 9.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#80941C (or 0x80941C) is known color: Citron. HEX triplet: 80, 94 and 1C. RGB value is (128,148,28). Sum of RGB (Red+Green+Blue) = 128+148+28=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #80941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80941C is #7F6BE3. Grayscale: #808080. Windows color (decimal): -8350692 or 1873024. OLE color: 1873024.

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

Color convert

RGB 128 148 28 -
CMYK 0.14 0 0.81 0.42
HSL 70º 0.68% 0.35% -
HSV(B) 70º 0.81% 0.58% -
XYZ 19.7 25.85 5.05 -
YUV 128.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 128 148 28 0.14 0 0.81 0.42 70 0.68 0.35
Hex 80 94 1C E 0 51 2A 46 44 23
Octal 200 224 34 16 0 121 52 106 104 43
Binary 10000000 10010100 11100 1110 0 1010001 101010 1000110 1000100 100011

Color Harmonies of #80941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80941C

Black with #80941C

Text Example


Text Example

White with #80941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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