#82971a

Color #82971A Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #82971A

Tints of Citron #82971A

Color information

#82971A (or 0x82971A) is unknown color: approx Citron. HEX triplet: 82, 97 and 1A. RGB value is (130,151,26). Sum of RGB (Red+Green+Blue) = 130+151+26=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #82971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82971A is #7D68E5. Grayscale: #828282. Windows color (decimal): -8218854 or 1742722. OLE color: 1742722.

HSL color Cylindrical-coordinate representation of color #82971A: hue angle of 70.08º 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 #82971A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB13015126-
CMYK0.1400.830.41
HSL70.08º70.62%34.71%-
HSV(B)70.08º82.78%59.22%-
XYZ20.4626.955.1-
YUV130.4769.04127.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=42.35%
G=49.19%
B=8.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151260.1400.830.4170.0870.6234.71
Hex82971AE05329464723
Octal202227321601235110610743
Binary10000010100101111101011100101001110100110001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82971a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82971a; }

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

 H1.HeaderClassName
 {
   color: #82971a;
 }
 .AnyTagClassName
 {
   color: #82971a;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #82971a;
 }
 .BgClassName
 {
   background-color: #82971a;
 }
</style>
border-color css

<style>
 span { border-color: #82971a; }

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

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