#829221

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

Shades of Citron #829221

Tints of Citron #829221

Color information

#829221 (or 0x829221) is unknown color: approx Citron. HEX triplet: 82, 92 and 21. RGB value is (130,146,33). Sum of RGB (Red+Green+Blue) = 130+146+33=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #829221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829221 is #7D6DDE. Grayscale: #808080. Windows color (decimal): -8220127 or 2200194. OLE color: 2200194.

HSL color Cylindrical-coordinate representation of color #829221: hue angle of 68.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829221 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB13014633-
CMYK0.1100.770.43
HSL68.5º63.13%35.1%-
HSV(B)68.5º77.4%57.25%-
XYZ19.7625.415.3-
YUV128.3374.2129.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=42.07%
G=47.25%
B=10.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146330.1100.770.4368.563.1335.1
Hex829221B04D2B443f23
Octal20222241130115531047743
Binary10000010100100101000011011010011011010111000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829221; }

 p { color: rgb(130,146,33); }

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

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

 a { background-color: rgb(130,146,33); }

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

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

 span { border-color: rgb(130,146,33); }

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