Html Css Color HEX #829D02 Olive

📋 copy color: '#829D02'

red 130 ◦ green 157 ◦ blue 2

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

Shades of Olive #829D02

Tints of Olive #829D02

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.33%

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

R = 44.98%
G = 54.33%
B = 0.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#829D02 (or 0x829D02) is known color: Olive. HEX triplet: 82, 9D and 02. RGB value is (130,157,2). Sum of RGB (Red+Green+Blue) = 130+157+2=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #829D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829D02 is #7D62FD. Grayscale: #838383. Windows color (decimal): -8217342 or 171394. OLE color: 171394.

HSL color Cylindrical-coordinate representation of color #829D02: hue angle of 70.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #829D02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 2 -
CMYK 0.17 0 0.99 0.38
HSL 70.45º 0.97% 0.31% -
HSV(B) 70.45º 0.99% 0.62% -
XYZ 21.27 28.86 4.51 -
YUV 131.26 55.05 127.1 -
System Red Green Blue C M Y K H S L
Decimal 130 157 2 0.17 0 0.99 0.38 70.45 0.97 0.31
Hex 82 9D 2 11 0 63 26 46 61 1F
Octal 202 235 2 21 0 143 46 106 141 37
Binary 10000010 10011101 10 10001 0 1100011 100110 1000110 1100001 11111

Color Harmonies of #829D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D02

Black with #829D02

Text Example


Text Example

White with #829D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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