Html Css Color HEX #888500 Olive

📋 copy color: '#888500'

red 136 ◦ green 133 ◦ blue 0

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

Shades of Olive #888500

Tints of Olive #888500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.56%
G = 49.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#888500 (or 0x888500) is known color: Olive. HEX triplet: 88, 85 and 00. RGB value is (136,133,0). Sum of RGB (Red+Green+Blue) = 136+133+0=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #888500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888500 is #777AFF. Grayscale: #777777. Windows color (decimal): -7830272 or 34184. OLE color: 34184.

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

Color convert

RGB 136 133 0 -
CMYK 0 0.02 1 0.47
HSL 58.68º 1% 0.27% -
HSV(B) 58.68º 1% 0.53% -
XYZ 18.54 22.01 3.27 -
YUV 118.74 60.99 140.31 -
System Red Green Blue C M Y K H S L
Decimal 136 133 0 0 0.02 1 0.47 58.68 1 0.27
Hex 88 85 0 0 2 64 2F 3B 64 1B
Octal 210 205 0 0 2 144 57 73 144 33
Binary 10001000 10000101 0 0 10 1100100 101111 111011 1100100 11011

Color Harmonies of #888500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888500

Black with #888500

Text Example


Text Example

White with #888500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888500; }

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

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

background-color css

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

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

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

border-color css

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

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

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