#828902

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

Shades of Olive #828902

Tints of Olive #828902

Color information

#828902 (or 0x828902) is unknown color: approx Olive. HEX triplet: 82, 89 and 02. RGB value is (130,137,2). Sum of RGB (Red+Green+Blue) = 130+137+2=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #828902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828902 is #7D76FD. Grayscale: #787878. Windows color (decimal): -8222462 or 166274. OLE color: 166274.

HSL color Cylindrical-coordinate representation of color #828902: hue angle of 63.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828902 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1301372-
CMYK0.0500.990.46
HSL63.11º97.12%27.25%-
HSV(B)63.11º98.54%53.73%-
XYZ18.1622.643.47-
YUV119.5261.68135.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=48.33%
G=50.93%
B=0.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13013720.0500.990.4663.1197.1227.25
Hex8289250632E3f611b
Octal202211250143567714133
Binary10000010100010011010101100011101110111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828902; }

 p { color: rgb(130,137,2); }

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

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

 a { background-color: rgb(130,137,2); }

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

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

 span { border-color: rgb(130,137,2); }

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