#829425

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

Shades of Citron #829425

Tints of Citron #829425

Color information

#829425 (or 0x829425) is unknown color: approx Citron. HEX triplet: 82, 94 and 25. RGB value is (130,148,37). Sum of RGB (Red+Green+Blue) = 130+148+37=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #829425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829425 is #7D6BDA. Grayscale: #828282. Windows color (decimal): -8219611 or 2462850. OLE color: 2462850.

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

Color convert

RGB13014837-
CMYK0.1200.750.42
HSL69.73º60%36.27%-
HSV(B)69.73º75%58.04%-
XYZ20.1326.065.72-
YUV129.9675.54128.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=41.27%
G=46.98%
B=11.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148370.1200.750.4269.736036.27
Hex829425C04B2A463c24
Octal20222445140113521067444
Binary10000010100101001001011100010010111010101000110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829425; }

 p { color: rgb(130,148,37); }

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

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

 a { background-color: rgb(130,148,37); }

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

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

 span { border-color: rgb(130,148,37); }

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