Html Css Color HEX #828208 Olive

📋 copy color: '#828208'

red 130 ◦ green 130 ◦ blue 8

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

Shades of Olive #828208

Tints of Olive #828208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.99%

R = 48.51%
G = 48.51%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#828208 (or 0x828208) is known color: Olive. HEX triplet: 82, 82 and 08. RGB value is (130,130,8). Sum of RGB (Red+Green+Blue) = 130+130+8=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828208 is #7D7DF7. Grayscale: #747474. Windows color (decimal): -8224248 or 557698. OLE color: 557698.

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

Color convert

RGB 130 130 8 -
CMYK 0 0 0.94 0.49
HSL 60º 0.88% 0.27% -
HSV(B) 60º 0.94% 0.51% -
XYZ 17.23 20.73 3.32 -
YUV 116.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 130 130 8 0 0 0.94 0.49 60 0.88 0.27
Hex 82 82 8 0 0 5E 31 3C 58 1B
Octal 202 202 10 0 0 136 61 74 130 33
Binary 10000010 10000010 1000 0 0 1011110 110001 111100 1011000 11011

Color Harmonies of #828208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828208

Black with #828208

Text Example


Text Example

White with #828208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828208; }

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

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

background-color css

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

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

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

border-color css

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

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

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