#889475

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

Shades of Camouflage Green #889475

Tints of Camouflage Green #889475

Color information

#889475 (or 0x889475) is unknown color: approx Camouflage Green. HEX triplet: 88, 94 and 75. RGB value is (136,148,117). Sum of RGB (Red+Green+Blue) = 136+148+117=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #889475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889475 is #776B8A. Grayscale: #8C8C8C. Windows color (decimal): -7826315 or 7705736. OLE color: 7705736.

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

Color convert

RGB136148117-
CMYK0.0800.210.42
HSL83.23º12.65%51.96%-
HSV(B)83.23º20.95%58.04%-
XYZ23.9527.720.91-
YUV140.88114.52124.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=33.92%
G=36.91%
B=29.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481170.0800.210.4283.2312.6551.96
Hex88947580152A53d34
Octal21022416510025521231564
Binary10001000100101001110101100001010110101010100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889475; }

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

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

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

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

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

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

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

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