#828505

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

Shades of Olive #828505

Tints of Olive #828505

Color information

#828505 (or 0x828505) is unknown color: approx Olive. HEX triplet: 82, 85 and 05. RGB value is (130,133,5). Sum of RGB (Red+Green+Blue) = 130+133+5=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #828505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828505 is #7D7AFA. Grayscale: #767676. Windows color (decimal): -8223483 or 361858. OLE color: 361858.

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

Color convert

RGB1301335-
CMYK0.0200.960.48
HSL61.41º92.75%27.06%-
HSV(B)61.41º96.24%52.16%-
XYZ17.6221.533.37-
YUV117.5164.51136.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=48.51%
G=49.63%
B=1.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13013350.0200.960.4861.4192.7527.06
Hex828552060303d5d1b
Octal202205520140607513533
Binary10000010100001011011001100000110000111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828505; }

 p { color: rgb(130,133,5); }

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

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

 a { background-color: rgb(130,133,5); }

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

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

 span { border-color: rgb(130,133,5); }

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