Html Css Color HEX #80981A Citron

📋 copy color: '#80981A'

red 128 ◦ green 152 ◦ blue 26

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

Shades of Citron #80981A

Tints of Citron #80981A

RGB

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

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

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

R = 41.83%
G = 49.67%
B = 8.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#80981A (or 0x80981A) is known color: Citron. HEX triplet: 80, 98 and 1A. RGB value is (128,152,26). Sum of RGB (Red+Green+Blue) = 128+152+26=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #80981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80981A is #7F67E5. Grayscale: #828282. Windows color (decimal): -8349670 or 1742976. OLE color: 1742976.

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

Color convert

RGB 128 152 26 -
CMYK 0.16 0 0.83 0.40
HSL 71.43º 0.71% 0.35% -
HSV(B) 71.43º 0.83% 0.6% -
XYZ 20.32 27.12 5.14 -
YUV 130.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 128 152 26 0.16 0 0.83 0.40 71.43 0.71 0.35
Hex 80 98 1A 10 0 53 28 47 47 23
Octal 200 230 32 20 0 123 50 107 107 43
Binary 10000000 10011000 11010 10000 0 1010011 101000 1000111 1000111 100011

Color Harmonies of #80981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80981A

Black with #80981A

Text Example


Text Example

White with #80981A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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