#829900

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

Shades of Olive #829900

Tints of Olive #829900

Color information

#829900 (or 0x829900) is unknown color: approx Olive. HEX triplet: 82, 99 and 00. RGB value is (130,153,0). Sum of RGB (Red+Green+Blue) = 130+153+0=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #829900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829900 is #7D66FF. Grayscale: #818181. Windows color (decimal): -8218368 or 39298. OLE color: 39298.

HSL color Cylindrical-coordinate representation of color #829900: hue angle of 69.02º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #829900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1301530-
CMYK0.15010.4
HSL69.02º100%30%-
HSV(B)69.02º100%60%-
XYZ20.627.534.23-
YUV128.6855.38128.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.94%
G=54.06%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13015300.15010.469.0210030
Hex82990F0642845641e
Octal20223101701445010514436
Binary100000101001100101111011001001010001000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829900; }

 p { color: rgb(130,153,0); }

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

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

 a { background-color: rgb(130,153,0); }

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

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

 span { border-color: rgb(130,153,0); }

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