#829E1F

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

Shades of Citron #829E1F

Tints of Citron #829E1F

Color information

#829E1F (or 0x829E1F) is unknown color: approx Citron. HEX triplet: 82, 9E and 1F. RGB value is (130,158,31). Sum of RGB (Red+Green+Blue) = 130+158+31=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #829E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829E1F is #7D61E0. Grayscale: #878787. Windows color (decimal): -8217057 or 2072194. OLE color: 2072194.

HSL color Cylindrical-coordinate representation of color #829E1F: hue angle of 73.23º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #829E1F is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB13015831-
CMYK0.1800.800.38
HSL73.23º67.2%37.06%-
HSV(B)73.23º80.38%61.96%-
XYZ21.6829.35.81-
YUV135.1569.22124.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 31 (12.5% from 255) = 9.72%
R=40.75%
G=49.53%
B=9.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130158310.1800.800.3873.2367.237.06
Hex829E1F1205026494325
Octal202236372201204611110345
Binary100000101001111011111100100101000010011010010011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,158,31); }

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

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

 a { background-color: rgb(130,158,31); }

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

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

 span { border-color: rgb(130,158,31); }

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