Html Css Color HEX #829804 Olive

📋 copy color: '#829804'

red 130 ◦ green 152 ◦ blue 4

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

Shades of Olive #829804

Tints of Olive #829804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.15%

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

R = 45.45%
G = 53.15%
B = 1.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#829804 (or 0x829804) is known color: Olive. HEX triplet: 82, 98 and 04. RGB value is (130,152,4). Sum of RGB (Red+Green+Blue) = 130+152+4=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #829804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829804 is #7D67FB. Grayscale: #818181. Windows color (decimal): -8218620 or 301186. OLE color: 301186.

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

Color convert

RGB 130 152 4 -
CMYK 0.14 0 0.97 0.40
HSL 68.92º 0.95% 0.31% -
HSV(B) 68.92º 0.97% 0.6% -
XYZ 20.46 27.21 4.29 -
YUV 128.55 57.71 129.03 -
System Red Green Blue C M Y K H S L
Decimal 130 152 4 0.14 0 0.97 0.40 68.92 0.95 0.31
Hex 82 98 4 E 0 61 28 45 5F 1F
Octal 202 230 4 16 0 141 50 105 137 37
Binary 10000010 10011000 100 1110 0 1100001 101000 1000101 1011111 11111

Color Harmonies of #829804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829804

Black with #829804

Text Example


Text Example

White with #829804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829804; }

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

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

background-color css

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

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

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

border-color css

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

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

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