#888A03

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

Shades of Olive #888A03

Tints of Olive #888A03

Color information

#888A03 (or 0x888A03) is unknown color: approx Olive. HEX triplet: 88, 8A and 03. RGB value is (136,138,3). Sum of RGB (Red+Green+Blue) = 136+138+3=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #888A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888A03 is #7775FC. Grayscale: #7A7A7A. Windows color (decimal): -7828989 or 232072. OLE color: 232072.

HSL color Cylindrical-coordinate representation of color #888A03: hue angle of 60.89º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #888A03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1361383-
CMYK0.0100.980.46
HSL60.89º95.74%27.65%-
HSV(B)60.89º97.83%54.12%-
XYZ19.2623.423.59-
YUV122.0160.84137.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=49.10%
G=49.82%
B=1.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13613830.0100.980.4660.8995.7427.65
Hex888A310622E3d601c
Octal210212310142567514034
Binary100010001000101011101100010101110111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,138,3); }

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

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

 a { background-color: rgb(136,138,3); }

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

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

 span { border-color: rgb(136,138,3); }

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