#829802

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

Shades of Olive #829802

Tints of Olive #829802

Color information

#829802 (or 0x829802) is unknown color: approx Olive. HEX triplet: 82, 98 and 02. RGB value is (130,152,2). Sum of RGB (Red+Green+Blue) = 130+152+2=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #829802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829802 is #7D67FD. Grayscale: #808080. Windows color (decimal): -8218622 or 170114. OLE color: 170114.

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

Color convert

RGB1301522-
CMYK0.1400.990.40
HSL68.8º97.4%30.2%-
HSV(B)68.8º98.68%59.61%-
XYZ20.4527.214.23-
YUV128.3256.71129.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=45.77%
G=53.52%
B=0.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13015220.1400.990.4068.897.430.2
Hex82982E0632845611e
Octal20223021601435010514136
Binary1000001010011000101110011000111010001000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829802; }

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

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

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

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

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

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

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

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