Html Css Color HEX #827302 Olive

📋 copy color: '#827302'

red 130 ◦ green 115 ◦ blue 2

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

Shades of Olive #827302

Tints of Olive #827302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 52.63%
G = 46.56%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827302 (or 0x827302) is known color: Olive. HEX triplet: 82, 73 and 02. RGB value is (130,115,2). Sum of RGB (Red+Green+Blue) = 130+115+2=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #827302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827302 is #7D8CFD. Grayscale: #6B6B6B. Windows color (decimal): -8228094 or 160642. OLE color: 160642.

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

Color convert

RGB 130 115 2 -
CMYK 0 0.12 0.98 0.49
HSL 52.97º 0.97% 0.26% -
HSV(B) 52.97º 0.98% 0.51% -
XYZ 15.35 17.01 2.53 -
YUV 106.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 130 115 2 0 0.12 0.98 0.49 52.97 0.97 0.26
Hex 82 73 2 0 C 62 31 35 61 1A
Octal 202 163 2 0 14 142 61 65 141 32
Binary 10000010 1110011 10 0 1100 1100010 110001 110101 1100001 11010

Color Harmonies of #827302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827302

Black with #827302

Text Example


Text Example

White with #827302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827302; }

 p { color: rgb(130,115,2); }

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

background-color css

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

 a { background-color: rgb(130,115,2); }

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

border-color css

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

 span { border-color: rgb(130,115,2); }

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