#888B02

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

Shades of Olive #888B02

Tints of Olive #888B02

Color information

#888B02 (or 0x888B02) is unknown color: approx Olive. HEX triplet: 88, 8B and 02. RGB value is (136,139,2). Sum of RGB (Red+Green+Blue) = 136+139+2=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #888B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B02 is #7774FD. Grayscale: #7B7B7B. Windows color (decimal): -7828734 or 166792. OLE color: 166792.

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

Color convert

RGB1361392-
CMYK0.0200.990.45
HSL61.31º97.16%27.65%-
HSV(B)61.31º98.56%54.51%-
XYZ19.423.73.61-
YUV122.4860.01137.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=49.10%
G=50.18%
B=0.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13613920.0200.990.4561.3197.1627.65
Hex888B220632D3d611c
Octal210213220143557514134
Binary1000100010001011101001100011101101111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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