#828400

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

Shades of Olive #828400

Tints of Olive #828400

Color information

#828400 (or 0x828400) is unknown color: approx Olive. HEX triplet: 82, 84 and 00. RGB value is (130,132,0). Sum of RGB (Red+Green+Blue) = 130+132+0=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #828400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828400 is #7D7BFF. Grayscale: #747474. Windows color (decimal): -8223744 or 33922. OLE color: 33922.

HSL color Cylindrical-coordinate representation of color #828400: hue angle of 60.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828400 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1301320-
CMYK0.02010.48
HSL60.91º100%25.88%-
HSV(B)60.91º100%51.76%-
XYZ17.4621.253.18-
YUV116.3562.34137.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.62%
G=50.38%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13013200.02010.4860.9110025.88
Hex828402064303d641a
Octal202204020144607514432
Binary100000101000010001001100100110000111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828400; }

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

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

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

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

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

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

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

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