Html Css Color HEX #829304 Olive

📋 copy color: '#829304'

red 130 ◦ green 147 ◦ blue 4

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

Shades of Olive #829304

Tints of Olive #829304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

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

R = 46.26%
G = 52.31%
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

#829304 (or 0x829304) is known color: Olive. HEX triplet: 82, 93 and 04. RGB value is (130,147,4). Sum of RGB (Red+Green+Blue) = 130+147+4=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #829304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829304 is #7D6CFB. Grayscale: #7E7E7E. Windows color (decimal): -8219900 or 299906. OLE color: 299906.

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

Color convert

RGB 130 147 4 -
CMYK 0.12 0 0.97 0.42
HSL 67.13º 0.95% 0.3% -
HSV(B) 67.13º 0.97% 0.58% -
XYZ 19.66 25.62 4.02 -
YUV 125.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 130 147 4 0.12 0 0.97 0.42 67.13 0.95 0.3
Hex 82 93 4 C 0 61 2A 43 5F 1E
Octal 202 223 4 14 0 141 52 103 137 36
Binary 10000010 10010011 100 1100 0 1100001 101010 1000011 1011111 11110

Color Harmonies of #829304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829304

Black with #829304

Text Example


Text Example

White with #829304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829304; }

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

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

background-color css

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

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

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

border-color css

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

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

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