Html Css Color HEX #828508 Olive

📋 copy color: '#828508'

red 130 ◦ green 133 ◦ blue 8

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

Shades of Olive #828508

Tints of Olive #828508

RGB

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

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

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

R = 47.97%
G = 49.08%
B = 2.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#828508 (or 0x828508) is known color: Olive. HEX triplet: 82, 85 and 08. RGB value is (130,133,8). Sum of RGB (Red+Green+Blue) = 130+133+8=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #828508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828508 is #7D7AF7. Grayscale: #767676. Windows color (decimal): -8223480 or 558466. OLE color: 558466.

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

Color convert

RGB 130 133 8 -
CMYK 0.02 0 0.94 0.48
HSL 61.44º 0.89% 0.28% -
HSV(B) 61.44º 0.94% 0.52% -
XYZ 17.64 21.54 3.46 -
YUV 117.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 130 133 8 0.02 0 0.94 0.48 61.44 0.89 0.28
Hex 82 85 8 2 0 5E 30 3D 59 1C
Octal 202 205 10 2 0 136 60 75 131 34
Binary 10000010 10000101 1000 10 0 1011110 110000 111101 1011001 11100

Color Harmonies of #828508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828508

Black with #828508

Text Example


Text Example

White with #828508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828508; }

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

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

background-color css

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

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

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

border-color css

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

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

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