#829208

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

Shades of Olive #829208

Tints of Olive #829208

Color information

#829208 (or 0x829208) is unknown color: approx Olive. HEX triplet: 82, 92 and 08. RGB value is (130,146,8). Sum of RGB (Red+Green+Blue) = 130+146+8=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #829208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829208 is #7D6DF7. Grayscale: #7E7E7E. Windows color (decimal): -8220152 or 561794. OLE color: 561794.

HSL color Cylindrical-coordinate representation of color #829208: hue angle of 66.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #829208 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1301468-
CMYK0.1100.950.43
HSL66.96º89.61%30.2%-
HSV(B)66.96º94.52%57.25%-
XYZ19.5325.324.09-
YUV125.4861.7131.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 8 (3.52% from 255) = 2.82%
R=45.77%
G=51.41%
B=2.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13014680.1100.950.4366.9689.6130.2
Hex82928B05F2B435a1e
Octal202222101301375310313236
Binary100000101001001010001011010111111010111000011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829208; }

 p { color: rgb(130,146,8); }

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

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

 a { background-color: rgb(130,146,8); }

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

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

 span { border-color: rgb(130,146,8); }

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