#829A25

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

Shades of Citron #829A25

Tints of Citron #829A25

Color information

#829A25 (or 0x829A25) is unknown color: approx Citron. HEX triplet: 82, 9A and 25. RGB value is (130,154,37). Sum of RGB (Red+Green+Blue) = 130+154+37=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #829A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A25 is #7D65DA. Grayscale: #858585. Windows color (decimal): -8218075 or 2464386. OLE color: 2464386.

HSL color Cylindrical-coordinate representation of color #829A25: hue angle of 72.31º 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 #829A25 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB13015437-
CMYK0.1600.760.40
HSL72.31º61.26%37.45%-
HSV(B)72.31º75.97%60.39%-
XYZ21.127.996.04-
YUV133.4973.55125.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=40.50%
G=47.98%
B=11.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130154370.1600.760.4072.3161.2637.45
Hex829A251004C28483d25
Octal20223245200114501107545
Binary100000101001101010010110000010011001010001001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829A25; }

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

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

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

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

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

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

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

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