Html Css Color HEX #80971A Citron

📋 copy color: '#80971A'

red 128 ◦ green 151 ◦ blue 26

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

Shades of Citron #80971A

Tints of Citron #80971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.51%

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

R = 41.97%
G = 49.51%
B = 8.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#80971A (or 0x80971A) is known color: Citron. HEX triplet: 80, 97 and 1A. RGB value is (128,151,26). Sum of RGB (Red+Green+Blue) = 128+151+26=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #80971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80971A is #7F68E5. Grayscale: #828282. Windows color (decimal): -8349926 or 1742720. OLE color: 1742720.

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

Color convert

RGB 128 151 26 -
CMYK 0.15 0 0.83 0.41
HSL 71.04º 0.71% 0.35% -
HSV(B) 71.04º 0.83% 0.59% -
XYZ 20.16 26.8 5.09 -
YUV 129.87 69.38 126.66 -
System Red Green Blue C M Y K H S L
Decimal 128 151 26 0.15 0 0.83 0.41 71.04 0.71 0.35
Hex 80 97 1A F 0 53 29 47 47 23
Octal 200 227 32 17 0 123 51 107 107 43
Binary 10000000 10010111 11010 1111 0 1010011 101001 1000111 1000111 100011

Color Harmonies of #80971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80971A

Black with #80971A

Text Example


Text Example

White with #80971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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