Html Css Color HEX #826901 Olive

📋 copy color: '#826901'

red 130 ◦ green 105 ◦ blue 1

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

Shades of Olive #826901

Tints of Olive #826901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 55.08%
G = 44.49%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#826901 (or 0x826901) is known color: Olive. HEX triplet: 82, 69 and 01. RGB value is (130,105,1). Sum of RGB (Red+Green+Blue) = 130+105+1=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826901 is #7D96FE. Grayscale: #656565. Windows color (decimal): -8230655 or 92546. OLE color: 92546.

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

Color convert

RGB 130 105 1 -
CMYK 0 0.19 0.99 0.49
HSL 48.37º 0.98% 0.26% -
HSV(B) 48.37º 0.99% 0.51% -
XYZ 14.26 14.85 2.14 -
YUV 100.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 130 105 1 0 0.19 0.99 0.49 48.37 0.98 0.26
Hex 82 69 1 0 13 63 31 30 62 1A
Octal 202 151 1 0 23 143 61 60 142 32
Binary 10000010 1101001 1 0 10011 1100011 110001 110000 1100010 11010

Color Harmonies of #826901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826901

Black with #826901

Text Example


Text Example

White with #826901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826901; }

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

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

background-color css

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

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

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

border-color css

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

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

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