Html Css Color HEX #80981E Citron

📋 copy color: '#80981E'

red 128 ◦ green 152 ◦ blue 30

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

Shades of Citron #80981E

Tints of Citron #80981E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 41.29%
G = 49.03%
B = 9.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#80981E (or 0x80981E) is known color: Citron. HEX triplet: 80, 98 and 1E. RGB value is (128,152,30). Sum of RGB (Red+Green+Blue) = 128+152+30=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #80981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80981E is #7F67E1. Grayscale: #838383. Windows color (decimal): -8349666 or 2005120. OLE color: 2005120.

HSL color Cylindrical-coordinate representation of color #80981E: hue angle of 71.8º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80981E is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 30 -
CMYK 0.16 0 0.80 0.40
HSL 71.8º 0.67% 0.36% -
HSV(B) 71.8º 0.8% 0.6% -
XYZ 20.36 27.14 5.39 -
YUV 130.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 128 152 30 0.16 0 0.80 0.40 71.8 0.67 0.36
Hex 80 98 1E 10 0 50 28 48 43 24
Octal 200 230 36 20 0 120 50 110 103 44
Binary 10000000 10011000 11110 10000 0 1010000 101000 1001000 1000011 100100

Color Harmonies of #80981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80981E

Black with #80981E

Text Example


Text Example

White with #80981E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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