#829320

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

Shades of Citron #829320

Tints of Citron #829320

Color information

#829320 (or 0x829320) is unknown color: approx Citron. HEX triplet: 82, 93 and 20. RGB value is (130,147,32). Sum of RGB (Red+Green+Blue) = 130+147+32=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #829320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829320 is #7D6CDF. Grayscale: #818181. Windows color (decimal): -8219872 or 2134914. OLE color: 2134914.

HSL color Cylindrical-coordinate representation of color #829320: hue angle of 68.87º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #829320 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB13014732-
CMYK0.1200.780.42
HSL68.87º64.25%35.1%-
HSV(B)68.87º78.23%57.65%-
XYZ19.925.725.28-
YUV128.8173.37128.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=42.07%
G=47.57%
B=10.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147320.1200.780.4268.8764.2535.1
Hex829320C04E2A454023
Octal202223401401165210510043
Binary100000101001001110000011000100111010101010001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829320; }

 p { color: rgb(130,147,32); }

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

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

 a { background-color: rgb(130,147,32); }

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

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

 span { border-color: rgb(130,147,32); }

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