Html Css Color HEX #828802 Olive

📋 copy color: '#828802'

red 130 ◦ green 136 ◦ blue 2

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

Shades of Olive #828802

Tints of Olive #828802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.75%

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

R = 48.51%
G = 50.75%
B = 0.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#828802 (or 0x828802) is known color: Olive. HEX triplet: 82, 88 and 02. RGB value is (130,136,2). Sum of RGB (Red+Green+Blue) = 130+136+2=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #828802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828802 is #7D77FD. Grayscale: #777777. Windows color (decimal): -8222718 or 166018. OLE color: 166018.

HSL color Cylindrical-coordinate representation of color #828802: hue angle of 62.69º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828802 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 2 -
CMYK 0.04 0 0.99 0.47
HSL 62.69º 0.97% 0.27% -
HSV(B) 62.69º 0.99% 0.53% -
XYZ 18.02 22.36 3.42 -
YUV 118.93 62.01 135.9 -
System Red Green Blue C M Y K H S L
Decimal 130 136 2 0.04 0 0.99 0.47 62.69 0.97 0.27
Hex 82 88 2 4 0 63 2F 3F 61 1B
Octal 202 210 2 4 0 143 57 77 141 33
Binary 10000010 10001000 10 100 0 1100011 101111 111111 1100001 11011

Color Harmonies of #828802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828802

Black with #828802

Text Example


Text Example

White with #828802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828802; }

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

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

background-color css

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

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

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

border-color css

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

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

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