#82951F

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

Shades of Citron #82951F

Tints of Citron #82951F

Color information

#82951F (or 0x82951F) is unknown color: approx Citron. HEX triplet: 82, 95 and 1F. RGB value is (130,149,31). Sum of RGB (Red+Green+Blue) = 130+149+31=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #82951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82951F is #7D6AE0. Grayscale: #828282. Windows color (decimal): -8219361 or 2069890. OLE color: 2069890.

HSL color Cylindrical-coordinate representation of color #82951F: hue angle of 69.66º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82951F is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB13014931-
CMYK0.1300.790.42
HSL69.66º65.56%35.29%-
HSV(B)69.66º79.19%58.43%-
XYZ20.226.345.32-
YUV129.8772.21128.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 149 (58.59% from 255) = 48.06%
BLUE value IS 31 (12.5% from 255) = 10%
R=41.94%
G=48.06%
B=10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149310.1300.790.4269.6665.5635.29
Hex82951FD04F2A464223
Octal202225371501175210610243
Binary10000010100101011111111010100111110101010001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,149,31); }

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

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

 a { background-color: rgb(130,149,31); }

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

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

 span { border-color: rgb(130,149,31); }

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