Html Css Color HEX #888210 Olive

📋 copy color: '#888210'

red 136 ◦ green 130 ◦ blue 16

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

Shades of Olive #888210

Tints of Olive #888210

RGB

 RED value IS 136 (53.52% from 255) = 48.23%

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 48.23%
G = 46.1%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#888210 (or 0x888210) is known color: Olive. HEX triplet: 88, 82 and 10. RGB value is (136,130,16). Sum of RGB (Red+Green+Blue) = 136+130+16=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #888210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888210 is #777DEF. Grayscale: #777777. Windows color (decimal): -7831024 or 1081992. OLE color: 1081992.

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

Color convert

RGB 136 130 16 -
CMYK 0 0.04 0.88 0.47
HSL 57º 0.79% 0.3% -
HSV(B) 57º 0.88% 0.53% -
XYZ 18.23 21.24 3.63 -
YUV 118.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 136 130 16 0 0.04 0.88 0.47 57 0.79 0.3
Hex 88 82 10 0 4 58 2F 39 4F 1E
Octal 210 202 20 0 4 130 57 71 117 36
Binary 10001000 10000010 10000 0 100 1011000 101111 111001 1001111 11110

Color Harmonies of #888210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888210

Black with #888210

Text Example


Text Example

White with #888210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888210; }

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

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

background-color css

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

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

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

border-color css

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

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

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