Html Css Color HEX #829400 Olive

📋 copy color: '#829400'

red 130 ◦ green 148 ◦ blue 0

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

Shades of Olive #829400

Tints of Olive #829400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

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

R = 46.76%
G = 53.24%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#829400 (or 0x829400) is known color: Olive. HEX triplet: 82, 94 and 00. RGB value is (130,148,0). Sum of RGB (Red+Green+Blue) = 130+148+0=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #829400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829400 is #7D6BFF. Grayscale: #7E7E7E. Windows color (decimal): -8219648 or 38018. OLE color: 38018.

HSL color Cylindrical-coordinate representation of color #829400: hue angle of 67.3º 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 #829400 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 0 -
CMYK 0.12 0 1 0.42
HSL 67.3º 1% 0.29% -
HSV(B) 67.3º 1% 0.58% -
XYZ 19.8 25.93 3.96 -
YUV 125.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 130 148 0 0.12 0 1 0.42 67.3 1 0.29
Hex 82 94 0 C 0 64 2A 43 64 1D
Octal 202 224 0 14 0 144 52 103 144 35
Binary 10000010 10010100 0 1100 0 1100100 101010 1000011 1100100 11101

Color Harmonies of #829400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829400

Black with #829400

Text Example


Text Example

White with #829400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829400; }

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

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

background-color css

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

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

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

border-color css

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

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

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