Html Css Color HEX #80980E Citron

📋 copy color: '#80980E'

red 128 ◦ green 152 ◦ blue 14

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

Shades of Citron #80980E

Tints of Citron #80980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 43.54%
G = 51.7%
B = 4.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#80980E (or 0x80980E) is known color: Citron. HEX triplet: 80, 98 and 0E. RGB value is (128,152,14). Sum of RGB (Red+Green+Blue) = 128+152+14=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #80980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80980E is #7F67F1. Grayscale: #818181. Windows color (decimal): -8349682 or 956544. OLE color: 956544.

HSL color Cylindrical-coordinate representation of color #80980E: hue angle of 70.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80980E is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 14 -
CMYK 0.16 0 0.91 0.40
HSL 70.43º 0.83% 0.33% -
HSV(B) 70.43º 0.91% 0.6% -
XYZ 20.21 27.08 4.58 -
YUV 129.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 128 152 14 0.16 0 0.91 0.40 70.43 0.83 0.33
Hex 80 98 E 10 0 5B 28 46 53 21
Octal 200 230 16 20 0 133 50 106 123 41
Binary 10000000 10011000 1110 10000 0 1011011 101000 1000110 1010011 100001

Color Harmonies of #80980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80980E

Black with #80980E

Text Example


Text Example

White with #80980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80980E; }

 p { color: rgb(128,152,14); }

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

background-color css

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

 a { background-color: rgb(128,152,14); }

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

border-color css

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

 span { border-color: rgb(128,152,14); }

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