Html Css Color HEX #829404 Olive

📋 copy color: '#829404'

red 130 ◦ green 148 ◦ blue 4

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

Shades of Olive #829404

Tints of Olive #829404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 46.1%
G = 52.48%
B = 1.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#829404 (or 0x829404) is known color: Olive. HEX triplet: 82, 94 and 04. RGB value is (130,148,4). Sum of RGB (Red+Green+Blue) = 130+148+4=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #829404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829404 is #7D6BFB. Grayscale: #7E7E7E. Windows color (decimal): -8219644 or 300162. OLE color: 300162.

HSL color Cylindrical-coordinate representation of color #829404: hue angle of 67.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829404 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 4 -
CMYK 0.12 0 0.97 0.42
HSL 67.5º 0.95% 0.3% -
HSV(B) 67.5º 0.97% 0.58% -
XYZ 19.82 25.93 4.08 -
YUV 126.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 130 148 4 0.12 0 0.97 0.42 67.5 0.95 0.3
Hex 82 94 4 C 0 61 2A 44 5F 1E
Octal 202 224 4 14 0 141 52 104 137 36
Binary 10000010 10010100 100 1100 0 1100001 101010 1000100 1011111 11110

Color Harmonies of #829404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829404

Black with #829404

Text Example


Text Example

White with #829404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829404; }

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

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

background-color css

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

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

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

border-color css

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

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

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