Html Css Color HEX #80971F Citron

📋 copy color: '#80971F'

red 128 ◦ green 151 ◦ blue 31

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

Shades of Citron #80971F

Tints of Citron #80971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10%

R = 41.29%
G = 48.71%
B = 10%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#80971F (or 0x80971F) is known color: Citron. HEX triplet: 80, 97 and 1F. RGB value is (128,151,31). Sum of RGB (Red+Green+Blue) = 128+151+31=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #80971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80971F is #7F68E0. Grayscale: #828282. Windows color (decimal): -8349921 or 2070400. OLE color: 2070400.

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

Color convert

RGB 128 151 31 -
CMYK 0.15 0 0.79 0.41
HSL 71.5º 0.66% 0.36% -
HSV(B) 71.5º 0.79% 0.59% -
XYZ 20.22 26.82 5.41 -
YUV 130.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 128 151 31 0.15 0 0.79 0.41 71.5 0.66 0.36
Hex 80 97 1F F 0 4F 29 48 42 24
Octal 200 227 37 17 0 117 51 110 102 44
Binary 10000000 10010111 11111 1111 0 1001111 101001 1001000 1000010 100100

Color Harmonies of #80971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80971F

Black with #80971F

Text Example


Text Example

White with #80971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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