#96A484

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

Shades of Delta #96A484

Tints of Delta #96A484

Color information

#96A484 (or 0x96A484) is unknown color: approx Delta. HEX triplet: 96, A4 and 84. RGB value is (150,164,132). Sum of RGB (Red+Green+Blue) = 150+164+132=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #96A484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A484 is #695B7B. Grayscale: #9C9C9C. Windows color (decimal): -6904700 or 8692886. OLE color: 8692886.

HSL color Cylindrical-coordinate representation of color #96A484: hue angle of 86.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A484 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB150164132-
CMYK0.0900.200.36
HSL86.25º14.95%58.04%-
HSV(B)86.25º19.51%64.31%-
XYZ30.0234.726.95-
YUV156.17114.36123.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=33.63%
G=36.77%
B=29.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641320.0900.200.3686.2514.9558.04
Hex96A48490142456f3a
Octal22624420411024441261772
Binary100101101010010010000100100101010010010010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A484; }

 p { color: rgb(150,164,132); }

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

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

 a { background-color: rgb(150,164,132); }

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

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

 span { border-color: rgb(150,164,132); }

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