#829800

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

Shades of Olive #829800

Tints of Olive #829800

Color information

#829800 (or 0x829800) is unknown color: approx Olive. HEX triplet: 82, 98 and 00. RGB value is (130,152,0). Sum of RGB (Red+Green+Blue) = 130+152+0=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #829800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829800 is #7D67FF. Grayscale: #808080. Windows color (decimal): -8218624 or 39042. OLE color: 39042.

HSL color Cylindrical-coordinate representation of color #829800: hue angle of 68.68º 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 #829800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1301520-
CMYK0.14010.40
HSL68.68º100%29.8%-
HSV(B)68.68º100%59.61%-
XYZ20.4327.24.17-
YUV128.0955.71129.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.10%
G=53.90%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13015200.14010.4068.6810029.8
Hex82980E0642845641e
Octal20223001601445010514436
Binary100000101001100001110011001001010001000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829800; }

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

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

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

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

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

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

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

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