Html Css Color HEX #828302 Olive

📋 copy color: '#828302'

red 130 ◦ green 131 ◦ blue 2

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

Shades of Olive #828302

Tints of Olive #828302

RGB

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

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

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

R = 49.43%
G = 49.81%
B = 0.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#828302 (or 0x828302) is known color: Olive. HEX triplet: 82, 83 and 02. RGB value is (130,131,2). Sum of RGB (Red+Green+Blue) = 130+131+2=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #828302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828302 is #7D7CFD. Grayscale: #747474. Windows color (decimal): -8223998 or 164738. OLE color: 164738.

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

Color convert

RGB 130 131 2 -
CMYK 0.01 0 0.98 0.49
HSL 60.47º 0.97% 0.26% -
HSV(B) 60.47º 0.98% 0.51% -
XYZ 17.33 20.98 3.19 -
YUV 116 63.67 137.99 -
System Red Green Blue C M Y K H S L
Decimal 130 131 2 0.01 0 0.98 0.49 60.47 0.97 0.26
Hex 82 83 2 1 0 62 31 3C 61 1A
Octal 202 203 2 1 0 142 61 74 141 32
Binary 10000010 10000011 10 1 0 1100010 110001 111100 1100001 11010

Color Harmonies of #828302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828302

Black with #828302

Text Example


Text Example

White with #828302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828302; }

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

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

background-color css

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

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

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

border-color css

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

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

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