Html Css Color HEX #828D10 Olive

📋 copy color: '#828D10'

red 130 ◦ green 141 ◦ blue 16

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

Shades of Olive #828D10

Tints of Olive #828D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.13%

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 45.3%
G = 49.13%
B = 5.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#828D10 (or 0x828D10) is known color: Olive. HEX triplet: 82, 8D and 10. RGB value is (130,141,16). Sum of RGB (Red+Green+Blue) = 130+141+16=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #828D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D10 is #7D72EF. Grayscale: #7B7B7B. Windows color (decimal): -8221424 or 1084802. OLE color: 1084802.

HSL color Cylindrical-coordinate representation of color #828D10: hue angle of 65.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #828D10 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 16 -
CMYK 0.08 0 0.89 0.45
HSL 65.28º 0.8% 0.31% -
HSV(B) 65.28º 0.89% 0.55% -
XYZ 18.82 23.83 4.1 -
YUV 123.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 130 141 16 0.08 0 0.89 0.45 65.28 0.8 0.31
Hex 82 8D 10 8 0 59 2D 41 50 1F
Octal 202 215 20 10 0 131 55 101 120 37
Binary 10000010 10001101 10000 1000 0 1011001 101101 1000001 1010000 11111

Color Harmonies of #828D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D10

Black with #828D10

Text Example


Text Example

White with #828D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828D10; }

 p { color: rgb(130,141,16); }

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

background-color css

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

 a { background-color: rgb(130,141,16); }

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

border-color css

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

 span { border-color: rgb(130,141,16); }

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