Html Css Color HEX #828212 Olive

📋 copy color: '#828212'

red 130 ◦ green 130 ◦ blue 18

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

Shades of Olive #828212

Tints of Olive #828212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 46.76%
G = 46.76%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#828212 (or 0x828212) is known color: Olive. HEX triplet: 82, 82 and 12. RGB value is (130,130,18). Sum of RGB (Red+Green+Blue) = 130+130+18=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828212 is #7D7DED. Grayscale: #757575. Windows color (decimal): -8224238 or 1213058. OLE color: 1213058.

HSL color Cylindrical-coordinate representation of color #828212: hue angle of 60º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828212 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 18 -
CMYK 0 0 0.86 0.49
HSL 60º 0.76% 0.29% -
HSV(B) 60º 0.86% 0.51% -
XYZ 17.3 20.75 3.67 -
YUV 117.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 130 130 18 0 0 0.86 0.49 60 0.76 0.29
Hex 82 82 12 0 0 56 31 3C 4C 1D
Octal 202 202 22 0 0 126 61 74 114 35
Binary 10000010 10000010 10010 0 0 1010110 110001 111100 1001100 11101

Color Harmonies of #828212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828212

Black with #828212

Text Example


Text Example

White with #828212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828212; }

 p { color: rgb(130,130,18); }

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

background-color css

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

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

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

border-color css

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

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

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