#829A14

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

Shades of Citron #829A14

Tints of Citron #829A14

Color information

#829A14 (or 0x829A14) is unknown color: approx Citron. HEX triplet: 82, 9A and 14. RGB value is (130,154,20). Sum of RGB (Red+Green+Blue) = 130+154+20=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #829A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829A14 is #7D65EB. Grayscale: #848484. Windows color (decimal): -8218092 or 1350274. OLE color: 1350274.

HSL color Cylindrical-coordinate representation of color #829A14: hue angle of 70.75º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #829A14 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB13015420-
CMYK0.1600.870.40
HSL70.75º77.01%34.12%-
HSV(B)70.75º87.01%60.39%-
XYZ20.8927.914.95-
YUV131.5565.05126.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 154 (60.55% from 255) = 50.66%
BLUE value IS 20 (8.20% from 255) = 6.58%
R=42.76%
G=50.66%
B=6.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130154200.1600.870.4070.7577.0134.12
Hex829A141005728474d22
Octal202232242001275010711542
Binary100000101001101010100100000101011110100010001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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