Html Css Color HEX #828404 Olive

📋 copy color: '#828404'

red 130 ◦ green 132 ◦ blue 4

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

Shades of Olive #828404

Tints of Olive #828404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 48.87%
G = 49.62%
B = 1.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#828404 (or 0x828404) is known color: Olive. HEX triplet: 82, 84 and 04. RGB value is (130,132,4). Sum of RGB (Red+Green+Blue) = 130+132+4=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #828404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828404 is #7D7BFB. Grayscale: #757575. Windows color (decimal): -8223740 or 296066. OLE color: 296066.

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

Color convert

RGB 130 132 4 -
CMYK 0.02 0 0.97 0.48
HSL 60.94º 0.94% 0.27% -
HSV(B) 60.94º 0.97% 0.52% -
XYZ 17.48 21.26 3.3 -
YUV 116.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 130 132 4 0.02 0 0.97 0.48 60.94 0.94 0.27
Hex 82 84 4 2 0 61 30 3D 5E 1B
Octal 202 204 4 2 0 141 60 75 136 33
Binary 10000010 10000100 100 10 0 1100001 110000 111101 1011110 11011

Color Harmonies of #828404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828404

Black with #828404

Text Example


Text Example

White with #828404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828404; }

 p { color: rgb(130,132,4); }

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

background-color css

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

 a { background-color: rgb(130,132,4); }

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

border-color css

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

 span { border-color: rgb(130,132,4); }

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