Html Css Color HEX #829502 Olive

📋 copy color: '#829502'

red 130 ◦ green 149 ◦ blue 2

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

Shades of Olive #829502

Tints of Olive #829502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 46.26%
G = 53.02%
B = 0.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#829502 (or 0x829502) is known color: Olive. HEX triplet: 82, 95 and 02. RGB value is (130,149,2). Sum of RGB (Red+Green+Blue) = 130+149+2=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #829502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829502 is #7D6AFD. Grayscale: #7F7F7F. Windows color (decimal): -8219390 or 169346. OLE color: 169346.

HSL color Cylindrical-coordinate representation of color #829502: hue angle of 67.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #829502 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 2 -
CMYK 0.13 0 0.99 0.42
HSL 67.76º 0.97% 0.3% -
HSV(B) 67.76º 0.99% 0.58% -
XYZ 19.96 26.25 4.07 -
YUV 126.56 57.71 130.45 -
System Red Green Blue C M Y K H S L
Decimal 130 149 2 0.13 0 0.99 0.42 67.76 0.97 0.3
Hex 82 95 2 D 0 63 2A 44 61 1E
Octal 202 225 2 15 0 143 52 104 141 36
Binary 10000010 10010101 10 1101 0 1100011 101010 1000100 1100001 11110

Color Harmonies of #829502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829502

Black with #829502

Text Example


Text Example

White with #829502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829502; }

 p { color: rgb(130,149,2); }

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

background-color css

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

 a { background-color: rgb(130,149,2); }

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

border-color css

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

 span { border-color: rgb(130,149,2); }

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