Html Css Color HEX #828500 Olive

📋 copy color: '#828500'

red 130 ◦ green 133 ◦ blue 0

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

Shades of Olive #828500

Tints of Olive #828500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.43%
G = 50.57%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#828500 (or 0x828500) is known color: Olive. HEX triplet: 82, 85 and 00. RGB value is (130,133,0). Sum of RGB (Red+Green+Blue) = 130+133+0=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #828500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828500 is #7D7AFF. Grayscale: #757575. Windows color (decimal): -8223488 or 34178. OLE color: 34178.

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

Color convert

RGB 130 133 0 -
CMYK 0.02 0 1 0.48
HSL 61.35º 1% 0.26% -
HSV(B) 61.35º 1% 0.52% -
XYZ 17.59 21.52 3.23 -
YUV 116.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 130 133 0 0.02 0 1 0.48 61.35 1 0.26
Hex 82 85 0 2 0 64 30 3D 64 1A
Octal 202 205 0 2 0 144 60 75 144 32
Binary 10000010 10000101 0 10 0 1100100 110000 111101 1100100 11010

Color Harmonies of #828500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828500

Black with #828500

Text Example


Text Example

White with #828500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828500; }

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

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

background-color css

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

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

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

border-color css

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

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

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