Html Css Color HEX #829702 Olive

📋 copy color: '#829702'

red 130 ◦ green 151 ◦ blue 2

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

Shades of Olive #829702

Tints of Olive #829702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.36%

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

R = 45.94%
G = 53.36%
B = 0.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#829702 (or 0x829702) is known color: Olive. HEX triplet: 82, 97 and 02. RGB value is (130,151,2). Sum of RGB (Red+Green+Blue) = 130+151+2=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #829702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829702 is #7D68FD. Grayscale: #808080. Windows color (decimal): -8218878 or 169858. OLE color: 169858.

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

Color convert

RGB 130 151 2 -
CMYK 0.14 0 0.99 0.41
HSL 68.46º 0.97% 0.3% -
HSV(B) 68.46º 0.99% 0.59% -
XYZ 20.28 26.88 4.18 -
YUV 127.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 130 151 2 0.14 0 0.99 0.41 68.46 0.97 0.3
Hex 82 97 2 E 0 63 29 44 61 1E
Octal 202 227 2 16 0 143 51 104 141 36
Binary 10000010 10010111 10 1110 0 1100011 101001 1000100 1100001 11110

Color Harmonies of #829702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829702

Black with #829702

Text Example


Text Example

White with #829702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829702; }

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

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

background-color css

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

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

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

border-color css

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

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

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