Html Css Color HEX #828801 Olive

📋 copy color: '#828801'

red 130 ◦ green 136 ◦ blue 1

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

Shades of Olive #828801

Tints of Olive #828801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.94%

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

R = 48.69%
G = 50.94%
B = 0.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#828801 (or 0x828801) is known color: Olive. HEX triplet: 82, 88 and 01. RGB value is (130,136,1). Sum of RGB (Red+Green+Blue) = 130+136+1=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #828801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828801 is #7D77FE. Grayscale: #777777. Windows color (decimal): -8222719 or 100482. OLE color: 100482.

HSL color Cylindrical-coordinate representation of color #828801: hue angle of 62.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828801 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 1 -
CMYK 0.04 0 0.99 0.47
HSL 62.67º 0.99% 0.27% -
HSV(B) 62.67º 0.99% 0.53% -
XYZ 18.02 22.36 3.39 -
YUV 118.82 61.51 135.98 -
System Red Green Blue C M Y K H S L
Decimal 130 136 1 0.04 0 0.99 0.47 62.67 0.99 0.27
Hex 82 88 1 4 0 63 2F 3F 63 1B
Octal 202 210 1 4 0 143 57 77 143 33
Binary 10000010 10001000 1 100 0 1100011 101111 111111 1100011 11011

Color Harmonies of #828801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828801

Black with #828801

Text Example


Text Example

White with #828801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828801; }

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

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

background-color css

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

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

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

border-color css

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

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

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