#828601

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

Shades of Olive #828601

Tints of Olive #828601

Color information

#828601 (or 0x828601) is unknown color: approx Olive. HEX triplet: 82, 86 and 01. RGB value is (130,134,1). Sum of RGB (Red+Green+Blue) = 130+134+1=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #828601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828601 is #7D79FE. Grayscale: #767676. Windows color (decimal): -8223231 or 99970. OLE color: 99970.

HSL color Cylindrical-coordinate representation of color #828601: hue angle of 61.8º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828601 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1301341-
CMYK0.0300.990.47
HSL61.8º98.52%26.47%-
HSV(B)61.8º99.25%52.55%-
XYZ17.7421.83.3-
YUV117.6462.17136.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=49.06%
G=50.57%
B=0.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13013410.0300.990.4761.898.5226.47
Hex8286130632F3e631a
Octal202206130143577614332
Binary100000101000011011101100011101111111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828601; }

 p { color: rgb(130,134,1); }

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

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

 a { background-color: rgb(130,134,1); }

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

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

 span { border-color: rgb(130,134,1); }

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