Html Css Color HEX #829900 Olive

📋 copy color: '#829900'

red 130 ◦ green 153 ◦ blue 0

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

Shades of Olive #829900

Tints of Olive #829900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.06%

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

R = 45.94%
G = 54.06%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#829900 (or 0x829900) is known color: Olive. HEX triplet: 82, 99 and 00. RGB value is (130,153,0). Sum of RGB (Red+Green+Blue) = 130+153+0=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #829900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829900 is #7D66FF. Grayscale: #818181. Windows color (decimal): -8218368 or 39298. OLE color: 39298.

HSL color Cylindrical-coordinate representation of color #829900: hue angle of 69.02º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #829900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 0 -
CMYK 0.15 0 1 0.4
HSL 69.02º 1% 0.3% -
HSV(B) 69.02º 1% 0.6% -
XYZ 20.6 27.53 4.23 -
YUV 128.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 130 153 0 0.15 0 1 0.4 69.02 1 0.3
Hex 82 99 0 F 0 64 28 45 64 1E
Octal 202 231 0 17 0 144 50 105 144 36
Binary 10000010 10011001 0 1111 0 1100100 101000 1000101 1100100 11110

Color Harmonies of #829900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829900

Black with #829900

Text Example


Text Example

White with #829900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829900; }

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

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

background-color css

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

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

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

border-color css

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

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

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