#829725

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

Shades of Citron #829725

Tints of Citron #829725

Color information

#829725 (or 0x829725) is unknown color: approx Citron. HEX triplet: 82, 97 and 25. RGB value is (130,151,37). Sum of RGB (Red+Green+Blue) = 130+151+37=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #829725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829725 is #7D68DA. Grayscale: #848484. Windows color (decimal): -8218843 or 2463618. OLE color: 2463618.

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

Color convert

RGB13015137-
CMYK0.1400.750.41
HSL71.05º60.64%36.86%-
HSV(B)71.05º75.5%59.22%-
XYZ20.6127.015.88-
YUV131.7274.54126.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=40.88%
G=47.48%
B=11.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151370.1400.750.4171.0560.6436.86
Hex829725E04B29473d25
Octal20222745160113511077545
Binary10000010100101111001011110010010111010011000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829725; }

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

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

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

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

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

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

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

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