Html Css Color HEX #826A02 Olive

📋 copy color: '#826A02'

red 130 ◦ green 106 ◦ blue 2

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

Shades of Olive #826A02

Tints of Olive #826A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.54%

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

R = 54.62%
G = 44.54%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826A02 (or 0x826A02) is known color: Olive. HEX triplet: 82, 6A and 02. RGB value is (130,106,2). Sum of RGB (Red+Green+Blue) = 130+106+2=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #826A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A02 is #7D95FD. Grayscale: #656565. Windows color (decimal): -8230398 or 158338. OLE color: 158338.

HSL color Cylindrical-coordinate representation of color #826A02: hue angle of 48.75º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #826A02 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 2 -
CMYK 0 0.18 0.98 0.49
HSL 48.75º 0.97% 0.26% -
HSV(B) 48.75º 0.98% 0.51% -
XYZ 14.37 15.06 2.21 -
YUV 101.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 130 106 2 0 0.18 0.98 0.49 48.75 0.97 0.26
Hex 82 6A 2 0 12 62 31 31 61 1A
Octal 202 152 2 0 22 142 61 61 141 32
Binary 10000010 1101010 10 0 10010 1100010 110001 110001 1100001 11010

Color Harmonies of #826A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A02

Black with #826A02

Text Example


Text Example

White with #826A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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