#829825

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

Shades of Citron #829825

Tints of Citron #829825

Color information

#829825 (or 0x829825) is unknown color: approx Citron. HEX triplet: 82, 98 and 25. RGB value is (130,152,37). Sum of RGB (Red+Green+Blue) = 130+152+37=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #829825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829825 is #7D67DA. Grayscale: #848484. Windows color (decimal): -8218587 or 2463874. OLE color: 2463874.

HSL color Cylindrical-coordinate representation of color #829825: hue angle of 71.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #829825 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB13015237-
CMYK0.1400.760.40
HSL71.48º60.85%37.06%-
HSV(B)71.48º75.66%59.61%-
XYZ20.7727.345.93-
YUV132.3174.21126.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=40.75%
G=47.65%
B=11.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152370.1400.760.4071.4860.8537.06
Hex829825E04C28473d25
Octal20223045160114501077545
Binary10000010100110001001011110010011001010001000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829825; }

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

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

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

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

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

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

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

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