Html Css Color HEX #828D01 Olive

📋 copy color: '#828D01'

red 130 ◦ green 141 ◦ blue 1

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

Shades of Olive #828D01

Tints of Olive #828D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.84%

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

R = 47.79%
G = 51.84%
B = 0.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#828D01 (or 0x828D01) is known color: Olive. HEX triplet: 82, 8D and 01. RGB value is (130,141,1). Sum of RGB (Red+Green+Blue) = 130+141+1=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #828D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D01 is #7D72FE. Grayscale: #7A7A7A. Windows color (decimal): -8221439 or 101762. OLE color: 101762.

HSL color Cylindrical-coordinate representation of color #828D01: hue angle of 64.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828D01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 1 -
CMYK 0.08 0 0.99 0.45
HSL 64.71º 0.99% 0.28% -
HSV(B) 64.71º 0.99% 0.55% -
XYZ 18.74 23.8 3.63 -
YUV 121.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 130 141 1 0.08 0 0.99 0.45 64.71 0.99 0.28
Hex 82 8D 1 8 0 63 2D 41 63 1C
Octal 202 215 1 10 0 143 55 101 143 34
Binary 10000010 10001101 1 1000 0 1100011 101101 1000001 1100011 11100

Color Harmonies of #828D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D01

Black with #828D01

Text Example


Text Example

White with #828D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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