Html Css Color HEX #888512 Olive

📋 copy color: '#888512'

red 136 ◦ green 133 ◦ blue 18

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

Shades of Olive #888512

Tints of Olive #888512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 47.39%
G = 46.34%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#888512 (or 0x888512) is known color: Olive. HEX triplet: 88, 85 and 12. RGB value is (136,133,18). Sum of RGB (Red+Green+Blue) = 136+133+18=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #888512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888512 is #777AED. Grayscale: #797979. Windows color (decimal): -7830254 or 1213832. OLE color: 1213832.

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

Color convert

RGB 136 133 18 -
CMYK 0 0.02 0.87 0.47
HSL 58.47º 0.77% 0.3% -
HSV(B) 58.47º 0.87% 0.53% -
XYZ 18.65 22.05 3.85 -
YUV 120.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 136 133 18 0 0.02 0.87 0.47 58.47 0.77 0.3
Hex 88 85 12 0 2 57 2F 3A 4D 1E
Octal 210 205 22 0 2 127 57 72 115 36
Binary 10001000 10000101 10010 0 10 1010111 101111 111010 1001101 11110

Color Harmonies of #888512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888512

Black with #888512

Text Example


Text Example

White with #888512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888512; }

 p { color: rgb(136,133,18); }

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

background-color css

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

 a { background-color: rgb(136,133,18); }

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

border-color css

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

 span { border-color: rgb(136,133,18); }

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