Html Css Color HEX #828301 Olive

📋 copy color: '#828301'

red 130 ◦ green 131 ◦ blue 1

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

Shades of Olive #828301

Tints of Olive #828301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#828301 (or 0x828301) is known color: Olive. HEX triplet: 82, 83 and 01. RGB value is (130,131,1). Sum of RGB (Red+Green+Blue) = 130+131+1=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #828301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828301 is #7D7CFE. Grayscale: #747474. Windows color (decimal): -8223999 or 99202. OLE color: 99202.

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

Color convert

RGB 130 131 1 -
CMYK 0.01 0 0.99 0.49
HSL 60.46º 0.98% 0.26% -
HSV(B) 60.46º 0.99% 0.51% -
XYZ 17.33 20.98 3.17 -
YUV 115.88 63.17 138.07 -
System Red Green Blue C M Y K H S L
Decimal 130 131 1 0.01 0 0.99 0.49 60.46 0.98 0.26
Hex 82 83 1 1 0 63 31 3C 62 1A
Octal 202 203 1 1 0 143 61 74 142 32
Binary 10000010 10000011 1 1 0 1100011 110001 111100 1100010 11010

Color Harmonies of #828301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828301

Black with #828301

Text Example


Text Example

White with #828301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828301; }

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

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

background-color css

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

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

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

border-color css

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

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

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