Html Css Color HEX #829904 Olive

📋 copy color: '#829904'

red 130 ◦ green 153 ◦ blue 4

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

Shades of Olive #829904

Tints of Olive #829904

RGB

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

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

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

R = 45.3%
G = 53.31%
B = 1.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#829904 (or 0x829904) is known color: Olive. HEX triplet: 82, 99 and 04. RGB value is (130,153,4). Sum of RGB (Red+Green+Blue) = 130+153+4=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #829904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829904 is #7D66FB. Grayscale: #818181. Windows color (decimal): -8218364 or 301442. OLE color: 301442.

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

Color convert

RGB 130 153 4 -
CMYK 0.15 0 0.97 0.4
HSL 69.26º 0.95% 0.31% -
HSV(B) 69.26º 0.97% 0.6% -
XYZ 20.62 27.54 4.34 -
YUV 129.14 57.38 128.62 -
System Red Green Blue C M Y K H S L
Decimal 130 153 4 0.15 0 0.97 0.4 69.26 0.95 0.31
Hex 82 99 4 F 0 61 28 45 5F 1F
Octal 202 231 4 17 0 141 50 105 137 37
Binary 10000010 10011001 100 1111 0 1100001 101000 1000101 1011111 11111

Color Harmonies of #829904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829904

Black with #829904

Text Example


Text Example

White with #829904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829904; }

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

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

background-color css

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

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

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

border-color css

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

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

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