#828B09

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

Shades of Olive #828B09

Tints of Olive #828B09

Color information

#828B09 (or 0x828B09) is unknown color: approx Olive. HEX triplet: 82, 8B and 09. RGB value is (130,139,9). Sum of RGB (Red+Green+Blue) = 130+139+9=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #828B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B09 is #7D74F6. Grayscale: #797979. Windows color (decimal): -8221943 or 625538. OLE color: 625538.

HSL color Cylindrical-coordinate representation of color #828B09: hue angle of 64.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828B09 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1301399-
CMYK0.0600.940.45
HSL64.15º87.84%29.02%-
HSV(B)64.15º93.53%54.51%-
XYZ18.4923.233.77-
YUV121.4964.52134.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 139 (54.69% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 3.24%
R=46.76%
G=50%
B=3.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13013990.0600.940.4564.1587.8429.02
Hex828B9605E2D40581d
Octal20221311601365510013035
Binary10000010100010111001110010111101011011000000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828B09; }

 p { color: rgb(130,139,9); }

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

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

 a { background-color: rgb(130,139,9); }

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

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

 span { border-color: rgb(130,139,9); }

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