Html Css Color HEX #829002 Olive

📋 copy color: '#829002'

red 130 ◦ green 144 ◦ blue 2

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

Shades of Olive #829002

Tints of Olive #829002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

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

R = 47.1%
G = 52.17%
B = 0.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#829002 (or 0x829002) is known color: Olive. HEX triplet: 82, 90 and 02. RGB value is (130,144,2). Sum of RGB (Red+Green+Blue) = 130+144+2=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #829002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829002 is #7D6FFD. Grayscale: #7C7C7C. Windows color (decimal): -8220670 or 168066. OLE color: 168066.

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

Color convert

RGB 130 144 2 -
CMYK 0.10 0 0.99 0.44
HSL 65.92º 0.97% 0.29% -
HSV(B) 65.92º 0.99% 0.56% -
XYZ 19.19 24.7 3.81 -
YUV 123.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 130 144 2 0.10 0 0.99 0.44 65.92 0.97 0.29
Hex 82 90 2 A 0 63 2C 42 61 1D
Octal 202 220 2 12 0 143 54 102 141 35
Binary 10000010 10010000 10 1010 0 1100011 101100 1000010 1100001 11101

Color Harmonies of #829002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829002

Black with #829002

Text Example


Text Example

White with #829002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829002; }

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

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

background-color css

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

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

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

border-color css

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

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

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