#888B00

Color #888B00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #888B00

Tints of Olive #888B00

Color information

#888B00 (or 0x888B00) is unknown color: approx Olive. HEX triplet: 88, 8B and 00. RGB value is (136,139,0). Sum of RGB (Red+Green+Blue) = 136+139+0=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #888B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B00 is #7774FF. Grayscale: #7A7A7A. Windows color (decimal): -7828736 or 35720. OLE color: 35720.

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

Color convert

RGB1361390-
CMYK0.02010.45
HSL61.29º100%27.25%-
HSV(B)61.29º100%54.51%-
XYZ19.3923.73.55-
YUV122.2659.01137.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.45%
G=50.55%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13613900.02010.4561.2910027.25
Hex888B020642D3d641b
Octal210213020144557514433
Binary100010001000101101001100100101101111101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B00; }

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

 H1.HeaderClassName
 {
   color: #888B00;
 }
 .AnyTagClassName
 {
   color: #888B00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #888B00;
 }
 .BgClassName
 {
   background-color: #888B00;
 }
</style>
border-color css

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

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

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