#829A1B

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

Shades of Citron #829A1B

Tints of Citron #829A1B

Color information

#829A1B (or 0x829A1B) is unknown color: approx Citron. HEX triplet: 82, 9A and 1B. RGB value is (130,154,27). Sum of RGB (Red+Green+Blue) = 130+154+27=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #829A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A1B is #7D65E4. Grayscale: #848484. Windows color (decimal): -8218085 or 1809026. OLE color: 1809026.

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

Color convert

RGB13015427-
CMYK0.1600.820.40
HSL71.34º70.17%35.49%-
HSV(B)71.34º82.47%60.39%-
XYZ20.9627.945.32-
YUV132.3568.55126.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 154 (60.55% from 255) = 49.52%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=41.80%
G=49.52%
B=8.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130154270.1600.820.4071.3470.1735.49
Hex829A1B1005228474623
Octal202232332001225010710643
Binary100000101001101011011100000101001010100010001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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