#829402

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

Shades of Olive #829402

Tints of Olive #829402

Color information

#829402 (or 0x829402) is unknown color: approx Olive. HEX triplet: 82, 94 and 02. RGB value is (130,148,2). Sum of RGB (Red+Green+Blue) = 130+148+2=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #829402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829402 is #7D6BFD. Grayscale: #7E7E7E. Windows color (decimal): -8219646 or 169090. OLE color: 169090.

HSL color Cylindrical-coordinate representation of color #829402: hue angle of 67.4º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #829402 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1301482-
CMYK0.1200.990.42
HSL67.4º97.33%29.41%-
HSV(B)67.4º98.65%58.04%-
XYZ19.8125.934.02-
YUV125.9758.04130.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 148 (58.20% from 255) = 52.86%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=46.43%
G=52.86%
B=0.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13014820.1200.990.4267.497.3329.41
Hex82942C0632A43611d
Octal20222421401435210314135
Binary1000001010010100101100011000111010101000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829402; }

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

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

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

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

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

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

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

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