Html Css Color HEX #829500 Olive

📋 copy color: '#829500'

red 130 ◦ green 149 ◦ blue 0

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

Shades of Olive #829500

Tints of Olive #829500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.59%
G = 53.41%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#829500 (or 0x829500) is known color: Olive. HEX triplet: 82, 95 and 00. RGB value is (130,149,0). Sum of RGB (Red+Green+Blue) = 130+149+0=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #829500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829500 is #7D6AFF. Grayscale: #7E7E7E. Windows color (decimal): -8219392 or 38274. OLE color: 38274.

HSL color Cylindrical-coordinate representation of color #829500: hue angle of 67.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #829500 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 0 -
CMYK 0.13 0 1 0.42
HSL 67.65º 1% 0.29% -
HSV(B) 67.65º 1% 0.58% -
XYZ 19.95 26.24 4.01 -
YUV 126.33 56.71 130.62 -
System Red Green Blue C M Y K H S L
Decimal 130 149 0 0.13 0 1 0.42 67.65 1 0.29
Hex 82 95 0 D 0 64 2A 44 64 1D
Octal 202 225 0 15 0 144 52 104 144 35
Binary 10000010 10010101 0 1101 0 1100100 101010 1000100 1100100 11101

Color Harmonies of #829500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829500

Black with #829500

Text Example


Text Example

White with #829500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829500; }

 p { color: rgb(130,149,0); }

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

background-color css

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

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

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

border-color css

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

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

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