#829614

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

Shades of Citron #829614

Tints of Citron #829614

Color information

#829614 (or 0x829614) is unknown color: approx Citron. HEX triplet: 82, 96 and 14. RGB value is (130,150,20). Sum of RGB (Red+Green+Blue) = 130+150+20=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #829614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829614 is #7D69EB. Grayscale: #818181. Windows color (decimal): -8219116 or 1349250. OLE color: 1349250.

HSL color Cylindrical-coordinate representation of color #829614: hue angle of 69.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #829614 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB13015020-
CMYK0.1300.870.41
HSL69.23º76.47%33.33%-
HSV(B)69.23º86.67%58.82%-
XYZ20.2426.614.73-
YUV129.266.37128.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=43.33%
G=50%
B=6.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150200.1300.870.4169.2376.4733.33
Hex829614D05729454c21
Octal202226241501275110511441
Binary10000010100101101010011010101011110100110001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829614; }

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

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

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

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

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

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

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

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