#828510

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

Shades of Olive #828510

Tints of Olive #828510

Color information

#828510 (or 0x828510) is unknown color: approx Olive. HEX triplet: 82, 85 and 10. RGB value is (130,133,16). Sum of RGB (Red+Green+Blue) = 130+133+16=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #828510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828510 is #7D7AEF. Grayscale: #777777. Windows color (decimal): -8223472 or 1082754. OLE color: 1082754.

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

Color convert

RGB13013316-
CMYK0.0200.880.48
HSL61.54º78.52%29.22%-
HSV(B)61.54º87.97%52.16%-
XYZ17.6921.563.72-
YUV118.7670.01136.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 16 (6.64% from 255) = 5.73%
R=46.59%
G=47.67%
B=5.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133160.0200.880.4861.5478.5229.22
Hex8285102058303e4f1d
Octal2022052020130607611735
Binary1000001010000101100001001011000110000111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828510; }

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

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

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

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

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

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

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

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