Html Css Color HEX #828101 Olive

📋 copy color: '#828101'

red 130 ◦ green 129 ◦ blue 1

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

Shades of Olive #828101

Tints of Olive #828101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 50%
G = 49.62%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#828101 (or 0x828101) is known color: Olive. HEX triplet: 82, 81 and 01. RGB value is (130,129,1). Sum of RGB (Red+Green+Blue) = 130+129+1=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #828101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828101 is #7D7EFE. Grayscale: #737373. Windows color (decimal): -8224511 or 98690. OLE color: 98690.

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

Color convert

RGB 130 129 1 -
CMYK 0 0.01 0.99 0.49
HSL 59.53º 0.98% 0.26% -
HSV(B) 59.53º 0.99% 0.51% -
XYZ 17.06 20.45 3.08 -
YUV 114.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 130 129 1 0 0.01 0.99 0.49 59.53 0.98 0.26
Hex 82 81 1 0 1 63 31 3C 62 1A
Octal 202 201 1 0 1 143 61 74 142 32
Binary 10000010 10000001 1 0 1 1100011 110001 111100 1100010 11010

Color Harmonies of #828101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828101

Black with #828101

Text Example


Text Example

White with #828101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828101; }

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

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

background-color css

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

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

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

border-color css

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

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

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