Html Css Color HEX #828511 Olive

📋 copy color: '#828511'

red 130 ◦ green 133 ◦ blue 17

#828511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #828511

Tints of Olive #828511

RGB

 RED value IS 130 (51.17% from 255) = 46.43%

 GREEN value IS 133 (52.34% from 255) = 47.5%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 46.43%
G = 47.5%
B = 6.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#828511 (or 0x828511) is known color: Olive. HEX triplet: 82, 85 and 11. RGB value is (130,133,17). Sum of RGB (Red+Green+Blue) = 130+133+17=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #828511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828511 is #7D7AEE. Grayscale: #777777. Windows color (decimal): -8223471 or 1148290. OLE color: 1148290.

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

Color convert

RGB 130 133 17 -
CMYK 0.02 0 0.87 0.48
HSL 61.55º 0.77% 0.29% -
HSV(B) 61.55º 0.87% 0.52% -
XYZ 17.69 21.56 3.76 -
YUV 118.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 130 133 17 0.02 0 0.87 0.48 61.55 0.77 0.29
Hex 82 85 11 2 0 57 30 3E 4D 1D
Octal 202 205 21 2 0 127 60 76 115 35
Binary 10000010 10000101 10001 10 0 1010111 110000 111110 1001101 11101

Color Harmonies of #828511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828511

Black with #828511

Text Example


Text Example

White with #828511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828511; }

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

 H1.HeaderClassName
 {
   color: #828511;
 }
 .AnyTagClassName
 {
   color: #828511;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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