#829812

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

Shades of Citron #829812

Tints of Citron #829812

Color information

#829812 (or 0x829812) is unknown color: approx Citron. HEX triplet: 82, 98 and 12. RGB value is (130,152,18). Sum of RGB (Red+Green+Blue) = 130+152+18=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #829812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829812 is #7D67ED. Grayscale: #828282. Windows color (decimal): -8218606 or 1218690. OLE color: 1218690.

HSL color Cylindrical-coordinate representation of color #829812: hue angle of 69.85º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #829812 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB13015218-
CMYK0.1400.880.40
HSL69.85º78.82%33.33%-
HSV(B)69.85º88.16%59.61%-
XYZ20.5427.254.75-
YUV130.1564.71127.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 152 (59.77% from 255) = 50.67%
BLUE value IS 18 (7.42% from 255) = 6%
R=43.33%
G=50.67%
B=6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152180.1400.880.4069.8578.8233.33
Hex829812E05828464f21
Octal202230221601305010611741
Binary10000010100110001001011100101100010100010001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829812; }

 p { color: rgb(130,152,18); }

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

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

 a { background-color: rgb(130,152,18); }

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

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

 span { border-color: rgb(130,152,18); }

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