Html Css Color HEX #828505 Olive

📋 copy color: '#828505'

red 130 ◦ green 133 ◦ blue 5

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

Shades of Olive #828505

Tints of Olive #828505

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 value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#828505 (or 0x828505) is known color: 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

RGB 130 133 5 -
CMYK 0.02 0 0.96 0.48
HSL 61.41º 0.93% 0.27% -
HSV(B) 61.41º 0.96% 0.52% -
XYZ 17.62 21.53 3.37 -
YUV 117.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 130 133 5 0.02 0 0.96 0.48 61.41 0.93 0.27
Hex 82 85 5 2 0 60 30 3D 5D 1B
Octal 202 205 5 2 0 140 60 75 135 33
Binary 10000010 10000101 101 10 0 1100000 110000 111101 1011101 11011

Color Harmonies of #828505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828505

Black with #828505

Text Example


Text Example

White with #828505

Text Example


Text Example

HTML Codes & Css Web 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>