Html Css Color HEX #828310 Olive

📋 copy color: '#828310'

red 130 ◦ green 131 ◦ blue 16

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

Shades of Olive #828310

Tints of Olive #828310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 46.93%
G = 47.29%
B = 5.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#828310 (or 0x828310) is known color: Olive. HEX triplet: 82, 83 and 10. RGB value is (130,131,16). Sum of RGB (Red+Green+Blue) = 130+131+16=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #828310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828310 is #7D7CEF. Grayscale: #767676. Windows color (decimal): -8223984 or 1082242. OLE color: 1082242.

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

Color convert

RGB 130 131 16 -
CMYK 0.01 0 0.88 0.49
HSL 60.52º 0.78% 0.29% -
HSV(B) 60.52º 0.88% 0.51% -
XYZ 17.42 21.02 3.63 -
YUV 117.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 130 131 16 0.01 0 0.88 0.49 60.52 0.78 0.29
Hex 82 83 10 1 0 58 31 3D 4E 1D
Octal 202 203 20 1 0 130 61 75 116 35
Binary 10000010 10000011 10000 1 0 1011000 110001 111101 1001110 11101

Color Harmonies of #828310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828310

Black with #828310

Text Example


Text Example

White with #828310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828310; }

 p { color: rgb(130,131,16); }

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

background-color css

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

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

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

border-color css

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

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

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