Html Css Color HEX #829202 Olive

📋 copy color: '#829202'

red 130 ◦ green 146 ◦ blue 2

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

Shades of Olive #829202

Tints of Olive #829202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

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

R = 46.76%
G = 52.52%
B = 0.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#829202 (or 0x829202) is known color: Olive. HEX triplet: 82, 92 and 02. RGB value is (130,146,2). Sum of RGB (Red+Green+Blue) = 130+146+2=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #829202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829202 is #7D6DFD. Grayscale: #7D7D7D. Windows color (decimal): -8220158 or 168578. OLE color: 168578.

HSL color Cylindrical-coordinate representation of color #829202: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #829202 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 2 -
CMYK 0.11 0 0.99 0.43
HSL 66.67º 0.97% 0.29% -
HSV(B) 66.67º 0.99% 0.57% -
XYZ 19.5 25.31 3.91 -
YUV 124.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 130 146 2 0.11 0 0.99 0.43 66.67 0.97 0.29
Hex 82 92 2 B 0 63 2B 43 61 1D
Octal 202 222 2 13 0 143 53 103 141 35
Binary 10000010 10010010 10 1011 0 1100011 101011 1000011 1100001 11101

Color Harmonies of #829202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829202

Black with #829202

Text Example


Text Example

White with #829202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829202; }

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

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

background-color css

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

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

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

border-color css

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

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

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