Html Css Color HEX #828102 Olive

📋 copy color: '#828102'

red 130 ◦ green 129 ◦ blue 2

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

Shades of Olive #828102

Tints of Olive #828102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

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

R = 49.81%
G = 49.43%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#828102 (or 0x828102) is known color: Olive. HEX triplet: 82, 81 and 02. RGB value is (130,129,2). Sum of RGB (Red+Green+Blue) = 130+129+2=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #828102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828102 is #7D7EFD. Grayscale: #737373. Windows color (decimal): -8224510 or 164226. OLE color: 164226.

HSL color Cylindrical-coordinate representation of color #828102: hue angle of 59.53º 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 #828102 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 2 -
CMYK 0 0.01 0.98 0.49
HSL 59.53º 0.97% 0.26% -
HSV(B) 59.53º 0.98% 0.51% -
XYZ 17.07 20.45 3.11 -
YUV 114.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 130 129 2 0 0.01 0.98 0.49 59.53 0.97 0.26
Hex 82 81 2 0 1 62 31 3C 61 1A
Octal 202 201 2 0 1 142 61 74 141 32
Binary 10000010 10000001 10 0 1 1100010 110001 111100 1100001 11010

Color Harmonies of #828102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828102

Black with #828102

Text Example


Text Example

White with #828102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828102; }

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

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

background-color css

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

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

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

border-color css

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

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

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