#888B05

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

Shades of Olive #888B05

Tints of Olive #888B05

Color information

#888B05 (or 0x888B05) is unknown color: approx Olive. HEX triplet: 88, 8B and 05. RGB value is (136,139,5). Sum of RGB (Red+Green+Blue) = 136+139+5=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #888B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B05 is #7774FA. Grayscale: #7B7B7B. Windows color (decimal): -7828731 or 363400. OLE color: 363400.

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

Color convert

RGB1361395-
CMYK0.0200.960.45
HSL61.34º93.06%28.24%-
HSV(B)61.34º96.4%54.51%-
XYZ19.4123.713.7-
YUV122.8361.51137.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=48.57%
G=49.64%
B=1.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13613950.0200.960.4561.3493.0628.24
Hex888B520602D3d5d1c
Octal210213520140557513534
Binary10001000100010111011001100000101101111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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