Html Css Color HEX #828305 Olive

📋 copy color: '#828305'

red 130 ◦ green 131 ◦ blue 5

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

Shades of Olive #828305

Tints of Olive #828305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 48.87%
G = 49.25%
B = 1.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#828305 (or 0x828305) is known color: Olive. HEX triplet: 82, 83 and 05. RGB value is (130,131,5). Sum of RGB (Red+Green+Blue) = 130+131+5=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #828305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828305 is #7D7CFA. Grayscale: #747474. Windows color (decimal): -8223995 or 361346. OLE color: 361346.

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

Color convert

RGB 130 131 5 -
CMYK 0.01 0 0.96 0.49
HSL 60.48º 0.93% 0.27% -
HSV(B) 60.48º 0.96% 0.51% -
XYZ 17.35 20.99 3.28 -
YUV 116.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 130 131 5 0.01 0 0.96 0.49 60.48 0.93 0.27
Hex 82 83 5 1 0 60 31 3C 5D 1B
Octal 202 203 5 1 0 140 61 74 135 33
Binary 10000010 10000011 101 1 0 1100000 110001 111100 1011101 11011

Color Harmonies of #828305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828305

Black with #828305

Text Example


Text Example

White with #828305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828305; }

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

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

background-color css

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

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

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

border-color css

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

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

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