Html Css Color HEX #829300 Olive

📋 copy color: '#829300'

red 130 ◦ green 147 ◦ blue 0

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

Shades of Olive #829300

Tints of Olive #829300

RGB

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

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

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

R = 46.93%
G = 53.07%
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

#829300 (or 0x829300) is known color: Olive. HEX triplet: 82, 93 and 00. RGB value is (130,147,0). Sum of RGB (Red+Green+Blue) = 130+147+0=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #829300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829300 is #7D6CFF. Grayscale: #7D7D7D. Windows color (decimal): -8219904 or 37762. OLE color: 37762.

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

Color convert

RGB 130 147 0 -
CMYK 0.12 0 1 0.42
HSL 66.94º 1% 0.29% -
HSV(B) 66.94º 1% 0.58% -
XYZ 19.64 25.61 3.91 -
YUV 125.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 130 147 0 0.12 0 1 0.42 66.94 1 0.29
Hex 82 93 0 C 0 64 2A 43 64 1D
Octal 202 223 0 14 0 144 52 103 144 35
Binary 10000010 10010011 0 1100 0 1100100 101010 1000011 1100100 11101

Color Harmonies of #829300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829300

Black with #829300

Text Example


Text Example

White with #829300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829300; }

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

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

background-color css

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

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

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

border-color css

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

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

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