#889403

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

Shades of Olive #889403

Tints of Olive #889403

Color information

#889403 (or 0x889403) is unknown color: approx Olive. HEX triplet: 88, 94 and 03. RGB value is (136,148,3). Sum of RGB (Red+Green+Blue) = 136+148+3=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #889403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889403 is #776BFC. Grayscale: #808080. Windows color (decimal): -7826429 or 234632. OLE color: 234632.

HSL color Cylindrical-coordinate representation of color #889403: hue angle of 64.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #889403 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB1361483-
CMYK0.0800.980.42
HSL64.97º96.03%29.61%-
HSV(B)64.97º97.97%58.04%-
XYZ20.7626.424.09-
YUV127.8857.52133.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=47.39%
G=51.57%
B=1.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13614830.0800.980.4264.9796.0329.61
Hex8894380622A41601e
Octal21022431001425210114036
Binary1000100010010100111000011000101010101000001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889403; }

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

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

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

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

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

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

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

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